Shades of Pale Green #95F29A
Tints of Pale Green #95F29A
RGB
CMYK
RGB Variations
Color information
#95F29A (or 0x95F29A) is known color: Pale Green. HEX triplet: 95, F2 and 9A. RGB value is (149,242,154). Sum of RGB (Red+Green+Blue) = 149+242+154=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #95F29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F29A is #6A0D65. Grayscale: #CCCCCC. Windows color (decimal): -6950246 or 10154645. OLE color: 10154645.
HSL color Cylindrical-coordinate representation of color #95F29A: hue angle of 123.23º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F29A is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 154 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.05 |
| HSL | 123.23º | 0.78% | 0.77% | - |
| HSV(B) | 123.23º | 0.38% | 0.95% | - |
| XYZ | 49.98 | 72.23 | 41.88 | - |
| YUV | 204.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 154 | 0.38 | 0 | 0.36 | 0.05 | 123.23 | 0.78 | 0.77 |
| Hex | 95 | F2 | 9A | 26 | 0 | 24 | 5 | 7B | 4E | 4D |
| Octal | 225 | 362 | 232 | 46 | 0 | 44 | 5 | 173 | 116 | 115 |
| Binary | 10010101 | 11110010 | 10011010 | 100110 | 0 | 100100 | 101 | 1111011 | 1001110 | 1001101 |
Color Harmonies of #95F29A
Complementary color
Monochromatic Colors of #95F29A
Black with #95F29A
Text Example
Text Example
White with #95F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F29A; }
p { color: rgb(149,242,154); }
H1.HeaderClassName
{
color: #95F29A;
}
.AnyTagClassName
{
color: #95F29A;
}
</style>
background-color css
<style>
a { background-color: #95F29A; }
a { background-color: rgb(149,242,154); }
div.DivClassName
{
background-color: #95F29A;
}
.BgClassName
{
background-color: #95F29A;
}
</style>
border-color css
<style>
span { border-color: #95F29A; }
span { border-color: rgb(149,242,154); }
td.TdClassName
{
border-color: #95F29A;
}
.TagClassName
{
border-color: #95F29A;
}
</style>