Shades of Pale Green #95F59A
Tints of Pale Green #95F59A
RGB
CMYK
RGB Variations
Color information
#95F59A (or 0x95F59A) is known color: Pale Green. HEX triplet: 95, F5 and 9A. RGB value is (149,245,154). Sum of RGB (Red+Green+Blue) = 149+245+154=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #95F59A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F59A is #6A0A65. Grayscale: #CECECE. Windows color (decimal): -6949478 or 10155413. OLE color: 10155413.
HSL color Cylindrical-coordinate representation of color #95F59A: hue angle of 123.12º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F59A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 154 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.04 |
| HSL | 123.13º | 0.83% | 0.77% | - |
| HSV(B) | 123.13º | 0.39% | 0.96% | - |
| XYZ | 50.88 | 74.03 | 42.18 | - |
| YUV | 205.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 154 | 0.39 | 0 | 0.37 | 0.04 | 123.13 | 0.83 | 0.77 |
| Hex | 95 | F5 | 9A | 27 | 0 | 25 | 4 | 7B | 53 | 4D |
| Octal | 225 | 365 | 232 | 47 | 0 | 45 | 4 | 173 | 123 | 115 |
| Binary | 10010101 | 11110101 | 10011010 | 100111 | 0 | 100101 | 100 | 1111011 | 1010011 | 1001101 |
Color Harmonies of #95F59A
Complementary color
Monochromatic Colors of #95F59A
Black with #95F59A
Text Example
Text Example
White with #95F59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F59A; }
p { color: rgb(149,245,154); }
H1.HeaderClassName
{
color: #95F59A;
}
.AnyTagClassName
{
color: #95F59A;
}
</style>
background-color css
<style>
a { background-color: #95F59A; }
a { background-color: rgb(149,245,154); }
div.DivClassName
{
background-color: #95F59A;
}
.BgClassName
{
background-color: #95F59A;
}
</style>
border-color css
<style>
span { border-color: #95F59A; }
span { border-color: rgb(149,245,154); }
td.TdClassName
{
border-color: #95F59A;
}
.TagClassName
{
border-color: #95F59A;
}
</style>