#8AFD6F

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

Shades of Light Green #8AFD6F

Tints of Light Green #8AFD6F

Color information

#8AFD6F (or 0x8AFD6F) is unknown color: approx Light Green. HEX triplet: 8A, FD and 6F. RGB value is (138,253,111). Sum of RGB (Red+Green+Blue) = 138+253+111=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFD6F is #750290. Grayscale: #CACACA. Windows color (decimal): -7668369 or 7339402. OLE color: 7339402.

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

Color convert

RGB138253111-
CMYK0.4500.560.01
HSL108.59º97.26%71.37%-
HSV(B)108.59º56.13%99.22%-
XYZ48.4876.827.31-
YUV202.4376.482.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=27.49%
G=50.40%
B=22.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531110.4500.560.01108.5997.2671.37
Hex8AFD6F2D03816d6147
Octal212375157550701155141107
Binary1000101011111101110111110110101110001110110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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