#8AF12E

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

Shades of Green Yellow #8AF12E

Tints of Green Yellow #8AF12E

Color information

#8AF12E (or 0x8AF12E) is unknown color: approx Green Yellow. HEX triplet: 8A, F1 and 2E. RGB value is (138,241,46). Sum of RGB (Red+Green+Blue) = 138+241+46=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF12E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF12E is #750ED1. Grayscale: #BCBCBC. Windows color (decimal): -7671506 or 3076490. OLE color: 3076490.

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

Color convert

RGB13824146-
CMYK0.4300.810.05
HSL91.69º87.44%56.27%-
HSV(B)91.69º80.91%94.51%-
XYZ42.4368.5113.57-
YUV187.9747.8892.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 241 (94.53% from 255) = 56.71%
BLUE value IS 46 (18.36% from 255) = 10.82%
R=32.47%
G=56.71%
B=10.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241460.4300.810.0591.6987.4456.27
Hex8AF12E2B05155c5738
Octal21236156530121513412770
Binary10001010111100011011101010110101000110110111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,46); }

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

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

 a { background-color: rgb(138,241,46); }

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

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

 span { border-color: rgb(138,241,46); }

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