#8AF083

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

Shades of Light Green #8AF083

Tints of Light Green #8AF083

Color information

#8AF083 (or 0x8AF083) is unknown color: approx Light Green. HEX triplet: 8A, F0 and 83. RGB value is (138,240,131). Sum of RGB (Red+Green+Blue) = 138+240+131=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF083 is #750F7C. Grayscale: #C5C5C5. Windows color (decimal): -7671677 or 8646794. OLE color: 8646794.

HSL color Cylindrical-coordinate representation of color #8AF083: hue angle of 116.15º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF083 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB138240131-
CMYK0.4200.450.06
HSL116.15º78.42%72.75%-
HSV(B)116.15º45.42%94.12%-
XYZ45.7469.3632.45-
YUV197.0890.7185.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=27.11%
G=47.15%
B=25.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382401310.4200.450.06116.1578.4272.75
Hex8AF0832A02D6744e49
Octal212360203520556164116111
Binary1000101011110000100000111010100101101110111010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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