#8AF98D

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

Shades of Light Green #8AF98D

Tints of Light Green #8AF98D

Color information

#8AF98D (or 0x8AF98D) is unknown color: approx Light Green. HEX triplet: 8A, F9 and 8D. RGB value is (138,249,141). Sum of RGB (Red+Green+Blue) = 138+249+141=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF98D is #750672. Grayscale: #CBCBCB. Windows color (decimal): -7669363 or 9304458. OLE color: 9304458.

HSL color Cylindrical-coordinate representation of color #8AF98D: hue angle of 121.62º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF98D is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB138249141-
CMYK0.4500.430.02
HSL121.62º90.24%75.88%-
HSV(B)121.62º44.58%97.65%-
XYZ49.1675.0837.1-
YUV203.592.7381.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 249 (97.66% from 255) = 47.16%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=26.14%
G=47.16%
B=26.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491410.4500.430.02121.6290.2475.88
Hex8AF98D2D02B27a5a4c
Octal212371215550532172132114
Binary100010101111100110001101101101010101110111101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,141); }

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

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

 a { background-color: rgb(138,249,141); }

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

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

 span { border-color: rgb(138,249,141); }

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