#8AFD84

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

Shades of Light Green #8AFD84

Tints of Light Green #8AFD84

Color information

#8AFD84 (or 0x8AFD84) is unknown color: approx Light Green. HEX triplet: 8A, FD and 84. RGB value is (138,253,132). Sum of RGB (Red+Green+Blue) = 138+253+132=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFD84 is #75027B. Grayscale: #CDCDCD. Windows color (decimal): -7668348 or 8715658. OLE color: 8715658.

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

Color convert

RGB138253132-
CMYK0.4500.480.01
HSL117.02º96.8%75.49%-
HSV(B)117.02º47.83%99.22%-
XYZ49.7777.3234.13-
YUV204.8286.980.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 132 (51.95% from 255) = 25.24%
R=26.39%
G=48.37%
B=25.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531320.4500.480.01117.0296.875.49
Hex8AFD842D030175614b
Octal212375204550601165141113
Binary10001010111111011000010010110101100001111010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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