#8AFD87

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

Shades of Light Green #8AFD87

Tints of Light Green #8AFD87

Color information

#8AFD87 (or 0x8AFD87) is unknown color: approx Light Green. HEX triplet: 8A, FD and 87. RGB value is (138,253,135). Sum of RGB (Red+Green+Blue) = 138+253+135=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFD87 is #750278. Grayscale: #CDCDCD. Windows color (decimal): -7668345 or 8912266. OLE color: 8912266.

HSL color Cylindrical-coordinate representation of color #8AFD87: hue angle of 118.47º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AFD87 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB138253135-
CMYK0.4500.470.01
HSL118.47º96.72%76.08%-
HSV(B)118.47º46.64%99.22%-
XYZ49.9877.435.23-
YUV205.1688.480.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 253 (99.22% from 255) = 48.10%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=26.24%
G=48.10%
B=25.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531350.4500.470.01118.4796.7276.08
Hex8AFD872D02F176614c
Octal212375207550571166141114
Binary10001010111111011000011110110101011111111011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,135); }

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

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

 a { background-color: rgb(138,253,135); }

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

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

 span { border-color: rgb(138,253,135); }

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