#8AF19F

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

Shades of Light Green #8AF19F

Tints of Light Green #8AF19F

Color information

#8AF19F (or 0x8AF19F) is unknown color: approx Light Green. HEX triplet: 8A, F1 and 9F. RGB value is (138,241,159). Sum of RGB (Red+Green+Blue) = 138+241+159=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF19F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF19F is #750E60. Grayscale: #C9C9C9. Windows color (decimal): -7671393 or 10482058. OLE color: 10482058.

HSL color Cylindrical-coordinate representation of color #8AF19F: hue angle of 132.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF19F is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB138241159-
CMYK0.4300.340.05
HSL132.23º78.63%74.31%-
HSV(B)132.23º42.74%94.51%-
XYZ48.1970.8243.93-
YUV200.86104.3883.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=25.65%
G=44.80%
B=29.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411590.4300.340.05132.2378.6374.31
Hex8AF19F2B0225844f4a
Octal212361237530425204117112
Binary10001010111100011001111110101101000101011000010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,159); }

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

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

 a { background-color: rgb(138,241,159); }

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

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

 span { border-color: rgb(138,241,159); }

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