#8AF87F

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

Shades of Light Green #8AF87F

Tints of Light Green #8AF87F

Color information

#8AF87F (or 0x8AF87F) is unknown color: approx Light Green. HEX triplet: 8A, F8 and 7F. RGB value is (138,248,127). Sum of RGB (Red+Green+Blue) = 138+248+127=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF87F is #750780. Grayscale: #C9C9C9. Windows color (decimal): -7669633 or 8386698. OLE color: 8386698.

HSL color Cylindrical-coordinate representation of color #8AF87F: hue angle of 114.55º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AF87F is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB138248127-
CMYK0.4400.490.03
HSL114.55º89.63%73.53%-
HSV(B)114.55º48.79%97.25%-
XYZ47.8874.0731.85-
YUV201.3286.0682.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 127 (50% from 255) = 24.76%
R=26.90%
G=48.34%
B=24.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481270.4400.490.03114.5589.6373.53
Hex8AF87F2C0313735a4a
Octal212370177540613163132112
Binary10001010111110001111111101100011000111111001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,248,127); }

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

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

 a { background-color: rgb(138,248,127); }

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

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

 span { border-color: rgb(138,248,127); }

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