Shades of Pale Green #99EFA8
Tints of Pale Green #99EFA8
RGB
CMYK
RGB Variations
Color information
#99EFA8 (or 0x99EFA8) is known color: Pale Green. HEX triplet: 99, EF and A8. RGB value is (153,239,168). Sum of RGB (Red+Green+Blue) = 153+239+168=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFA8 is #661057. Grayscale: #CDCDCD. Windows color (decimal): -6688856 or 11071385. OLE color: 11071385.
HSL color Cylindrical-coordinate representation of color #99EFA8: hue angle of 130.47º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFA8 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 168 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.06 |
| HSL | 130.47º | 0.73% | 0.77% | - |
| HSV(B) | 130.47º | 0.36% | 0.94% | - |
| XYZ | 51.07 | 71.33 | 48.12 | - |
| YUV | 205.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 168 | 0.36 | 0 | 0.30 | 0.06 | 130.47 | 0.73 | 0.77 |
| Hex | 99 | EF | A8 | 24 | 0 | 1E | 6 | 82 | 49 | 4D |
| Octal | 231 | 357 | 250 | 44 | 0 | 36 | 6 | 202 | 111 | 115 |
| Binary | 10011001 | 11101111 | 10101000 | 100100 | 0 | 11110 | 110 | 10000010 | 1001001 | 1001101 |
Color Harmonies of #99EFA8
Complementary color
Monochromatic Colors of #99EFA8
Black with #99EFA8
Text Example
Text Example
White with #99EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFA8; }
p { color: rgb(153,239,168); }
H1.HeaderClassName
{
color: #99EFA8;
}
.AnyTagClassName
{
color: #99EFA8;
}
</style>
background-color css
<style>
a { background-color: #99EFA8; }
a { background-color: rgb(153,239,168); }
div.DivClassName
{
background-color: #99EFA8;
}
.BgClassName
{
background-color: #99EFA8;
}
</style>
border-color css
<style>
span { border-color: #99EFA8; }
span { border-color: rgb(153,239,168); }
td.TdClassName
{
border-color: #99EFA8;
}
.TagClassName
{
border-color: #99EFA8;
}
</style>