#8AF07D

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

Shades of Light Green #8AF07D

Tints of Light Green #8AF07D

Color information

#8AF07D (or 0x8AF07D) is unknown color: approx Light Green. HEX triplet: 8A, F0 and 7D. RGB value is (138,240,125). Sum of RGB (Red+Green+Blue) = 138+240+125=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF07D is #750F82. Grayscale: #C4C4C4. Windows color (decimal): -7671683 or 8253578. OLE color: 8253578.

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

Color convert

RGB138240125-
CMYK0.4200.480.06
HSL113.22º79.31%71.57%-
HSV(B)113.22º47.92%94.12%-
XYZ45.3469.230.37-
YUV196.3987.7186.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=27.44%
G=47.71%
B=24.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382401250.4200.480.06113.2279.3171.57
Hex8AF07D2A0306714f48
Octal212360175520606161117110
Binary100010101111000011111011010100110000110111000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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