#8ef12c

Color #8EF12C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8EF12C

Tints of Green Yellow #8EF12C

Color information

#8EF12C (or 0x8EF12C) is unknown color: approx Green Yellow. HEX triplet: 8E, F1 and 2C. RGB value is (142,241,44). Sum of RGB (Red+Green+Blue) = 142+241+44=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF12C is #710ED3. Grayscale: #BDBDBD. Windows color (decimal): -7409364 or 2945422. OLE color: 2945422.

HSL color Cylindrical-coordinate representation of color #8EF12C: hue angle of 90.15º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8EF12C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB14224144-
CMYK0.4100.820.05
HSL90.15º87.56%55.88%-
HSV(B)90.15º81.74%94.51%-
XYZ43.0768.8413.4-
YUV188.9446.294.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 241 (94.53% from 255) = 56.44%
BLUE value IS 44 (17.58% from 255) = 10.30%
R=33.26%
G=56.44%
B=10.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142241440.4100.820.0590.1587.5655.88
Hex8EF12C2905255a5838
Octal21636154510122513213070
Binary10001110111100011011001010010101001010110110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ef12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ef12c; }

 p { color: rgb(142,241,44); }

 H1.HeaderClassName
 {
   color: #8ef12c;
 }
 .AnyTagClassName
 {
   color: #8ef12c;
 }
</style>
background-color css

<style>
 a { background-color: #8ef12c; }

 a { background-color: rgb(142,241,44); }

 div.DivClassName
 {
   background-color: #8ef12c;
 }
 .BgClassName
 {
   background-color: #8ef12c;
 }
</style>
border-color css

<style>
 span { border-color: #8ef12c; }

 span { border-color: rgb(142,241,44); }

 td.TdClassName
 {
   border-color: #8ef12c;
 }
 .TagClassName
 {
   border-color: #8ef12c;
 }
</style>