#8AF42B

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

Shades of Green Yellow #8AF42B

Tints of Green Yellow #8AF42B

Color information

#8AF42B (or 0x8AF42B) is unknown color: approx Green Yellow. HEX triplet: 8A, F4 and 2B. RGB value is (138,244,43). Sum of RGB (Red+Green+Blue) = 138+244+43=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF42B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF42B is #750BD4. Grayscale: #BEBEBE. Windows color (decimal): -7670741 or 2880650. OLE color: 2880650.

HSL color Cylindrical-coordinate representation of color #8AF42B: hue angle of 91.64º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AF42B is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB13824443-
CMYK0.4300.820.04
HSL91.64º90.13%56.27%-
HSV(B)91.64º82.38%95.69%-
XYZ43.2770.2813.57-
YUV189.3945.3891.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 244 (95.70% from 255) = 57.41%
BLUE value IS 43 (17.19% from 255) = 10.12%
R=32.47%
G=57.41%
B=10.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138244430.4300.820.0491.6490.1356.27
Hex8AF42B2B05245c5a38
Octal21236453530122413413270
Binary10001010111101001010111010110101001010010111001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,43); }

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

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

 a { background-color: rgb(138,244,43); }

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

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

 span { border-color: rgb(138,244,43); }

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