#8AFD82

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

Shades of Light Green #8AFD82

Tints of Light Green #8AFD82

Color information

#8AFD82 (or 0x8AFD82) is unknown color: approx Light Green. HEX triplet: 8A, FD and 82. RGB value is (138,253,130). Sum of RGB (Red+Green+Blue) = 138+253+130=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFD82 is #75027D. Grayscale: #CCCCCC. Windows color (decimal): -7668350 or 8584586. OLE color: 8584586.

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

Color convert

RGB138253130-
CMYK0.4500.490.01
HSL116.1º96.85%75.1%-
HSV(B)116.1º48.62%99.22%-
XYZ49.6477.2733.42-
YUV204.5985.980.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 253 (99.22% from 255) = 48.56%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=26.49%
G=48.56%
B=24.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531300.4500.490.01116.196.8575.1
Hex8AFD822D031174614b
Octal212375202550611164141113
Binary10001010111111011000001010110101100011111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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