#8AFB83

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

Shades of Light Green #8AFB83

Tints of Light Green #8AFB83

Color information

#8AFB83 (or 0x8AFB83) is unknown color: approx Light Green. HEX triplet: 8A, FB and 83. RGB value is (138,251,131). Sum of RGB (Red+Green+Blue) = 138+251+131=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB83 is #75047C. Grayscale: #CBCBCB. Windows color (decimal): -7668861 or 8649610. OLE color: 8649610.

HSL color Cylindrical-coordinate representation of color #8AFB83: hue angle of 116.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AFB83 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB138251131-
CMYK0.4500.480.02
HSL116.5º93.75%74.9%-
HSV(B)116.5º47.81%98.43%-
XYZ49.0876.0433.56-
YUV203.5387.0681.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 251 (98.44% from 255) = 48.27%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=26.54%
G=48.27%
B=25.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511310.4500.480.02116.593.7574.9
Hex8AFB832D0302745e4b
Octal212373203550602164136113
Binary100010101111101110000011101101011000010111010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,131); }

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

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

 a { background-color: rgb(138,251,131); }

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

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

 span { border-color: rgb(138,251,131); }

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