Shades of Light Green #99EF8A
Tints of Light Green #99EF8A
RGB
CMYK
RGB Variations
Color information
#99EF8A (or 0x99EF8A) is known color: Light Green. HEX triplet: 99, EF and 8A. RGB value is (153,239,138). Sum of RGB (Red+Green+Blue) = 153+239+138=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EF8A is #661075. Grayscale: #CACACA. Windows color (decimal): -6688886 or 9105305. OLE color: 9105305.
HSL color Cylindrical-coordinate representation of color #99EF8A: hue angle of 111.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99EF8A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 138 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.06 |
| HSL | 111.09º | 0.76% | 0.74% | - |
| HSV(B) | 111.09º | 0.42% | 0.94% | - |
| XYZ | 48.59 | 70.34 | 35.06 | - |
| YUV | 201.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 138 | 0.36 | 0 | 0.42 | 0.06 | 111.09 | 0.76 | 0.74 |
| Hex | 99 | EF | 8A | 24 | 0 | 2A | 6 | 6F | 4C | 4A |
| Octal | 231 | 357 | 212 | 44 | 0 | 52 | 6 | 157 | 114 | 112 |
| Binary | 10011001 | 11101111 | 10001010 | 100100 | 0 | 101010 | 110 | 1101111 | 1001100 | 1001010 |
Color Harmonies of #99EF8A
Complementary color
Monochromatic Colors of #99EF8A
Black with #99EF8A
Text Example
Text Example
White with #99EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF8A; }
p { color: rgb(153,239,138); }
H1.HeaderClassName
{
color: #99EF8A;
}
.AnyTagClassName
{
color: #99EF8A;
}
</style>
background-color css
<style>
a { background-color: #99EF8A; }
a { background-color: rgb(153,239,138); }
div.DivClassName
{
background-color: #99EF8A;
}
.BgClassName
{
background-color: #99EF8A;
}
</style>
border-color css
<style>
span { border-color: #99EF8A; }
span { border-color: rgb(153,239,138); }
td.TdClassName
{
border-color: #99EF8A;
}
.TagClassName
{
border-color: #99EF8A;
}
</style>