Shades of Light Green #8AF19D
Tints of Light Green #8AF19D
RGB
CMYK
RGB Variations
Color information
#8AF19D (or 0x8AF19D) is known color: Light Green. HEX triplet: 8A, F1 and 9D. RGB value is (138,241,157). Sum of RGB (Red+Green+Blue) = 138+241+157=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF19D is #750E62. Grayscale: #C8C8C8. Windows color (decimal): -7671395 or 10350986. OLE color: 10350986.
HSL color Cylindrical-coordinate representation of color #8AF19D: hue angle of 131.07º 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 #8AF19D is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 157 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.05 |
| HSL | 131.07º | 0.79% | 0.74% | - |
| HSV(B) | 131.07º | 0.43% | 0.95% | - |
| XYZ | 48.02 | 70.75 | 43.02 | - |
| YUV | 200.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 157 | 0.43 | 0 | 0.35 | 0.05 | 131.07 | 0.79 | 0.74 |
| Hex | 8A | F1 | 9D | 2B | 0 | 23 | 5 | 83 | 4F | 4A |
| Octal | 212 | 361 | 235 | 53 | 0 | 43 | 5 | 203 | 117 | 112 |
| Binary | 10001010 | 11110001 | 10011101 | 101011 | 0 | 100011 | 101 | 10000011 | 1001111 | 1001010 |
Color Harmonies of #8AF19D
Complementary color
Monochromatic Colors of #8AF19D
Black with #8AF19D
Text Example
Text Example
White with #8AF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF19D; }
p { color: rgb(138,241,157); }
H1.HeaderClassName
{
color: #8AF19D;
}
.AnyTagClassName
{
color: #8AF19D;
}
</style>
background-color css
<style>
a { background-color: #8AF19D; }
a { background-color: rgb(138,241,157); }
div.DivClassName
{
background-color: #8AF19D;
}
.BgClassName
{
background-color: #8AF19D;
}
</style>
border-color css
<style>
span { border-color: #8AF19D; }
span { border-color: rgb(138,241,157); }
td.TdClassName
{
border-color: #8AF19D;
}
.TagClassName
{
border-color: #8AF19D;
}
</style>