Shades of Pale Green #95F9B0
Tints of Pale Green #95F9B0
RGB
CMYK
RGB Variations
Color information
#95F9B0 (or 0x95F9B0) is known color: Pale Green. HEX triplet: 95, F9 and B0. RGB value is (149,249,176). Sum of RGB (Red+Green+Blue) = 149+249+176=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F9B0 is #6A064F. Grayscale: #D2D2D2. Windows color (decimal): -6948432 or 11598229. OLE color: 11598229.
HSL color Cylindrical-coordinate representation of color #95F9B0: hue angle of 136.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9B0 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 176 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.02 |
| HSL | 136.2º | 0.89% | 0.78% | - |
| HSV(B) | 136.2º | 0.4% | 0.98% | - |
| XYZ | 54.11 | 77.28 | 53.14 | - |
| YUV | 210.78 | 108.37 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 176 | 0.40 | 0 | 0.29 | 0.02 | 136.2 | 0.89 | 0.78 |
| Hex | 95 | F9 | B0 | 28 | 0 | 1D | 2 | 88 | 59 | 4E |
| Octal | 225 | 371 | 260 | 50 | 0 | 35 | 2 | 210 | 131 | 116 |
| Binary | 10010101 | 11111001 | 10110000 | 101000 | 0 | 11101 | 10 | 10001000 | 1011001 | 1001110 |
Color Harmonies of #95F9B0
Complementary color
Monochromatic Colors of #95F9B0
Black with #95F9B0
Text Example
Text Example
White with #95F9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9B0; }
p { color: rgb(149,249,176); }
H1.HeaderClassName
{
color: #95F9B0;
}
.AnyTagClassName
{
color: #95F9B0;
}
</style>
background-color css
<style>
a { background-color: #95F9B0; }
a { background-color: rgb(149,249,176); }
div.DivClassName
{
background-color: #95F9B0;
}
.BgClassName
{
background-color: #95F9B0;
}
</style>
border-color css
<style>
span { border-color: #95F9B0; }
span { border-color: rgb(149,249,176); }
td.TdClassName
{
border-color: #95F9B0;
}
.TagClassName
{
border-color: #95F9B0;
}
</style>