Shades of Pale Green #95F69A
Tints of Pale Green #95F69A
RGB
CMYK
RGB Variations
Color information
#95F69A (or 0x95F69A) is known color: Pale Green. HEX triplet: 95, F6 and 9A. RGB value is (149,246,154). Sum of RGB (Red+Green+Blue) = 149+246+154=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #95F69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F69A is #6A0965. Grayscale: #CECECE. Windows color (decimal): -6949222 or 10155669. OLE color: 10155669.
HSL color Cylindrical-coordinate representation of color #95F69A: hue angle of 123.09º degrees, saturation: 0.84, 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 #95F69A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 154 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.04 |
| HSL | 123.09º | 0.84% | 0.77% | - |
| HSV(B) | 123.09º | 0.39% | 0.96% | - |
| XYZ | 51.18 | 74.63 | 42.28 | - |
| YUV | 206.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 154 | 0.39 | 0 | 0.37 | 0.04 | 123.09 | 0.84 | 0.77 |
| Hex | 95 | F6 | 9A | 27 | 0 | 25 | 4 | 7B | 54 | 4D |
| Octal | 225 | 366 | 232 | 47 | 0 | 45 | 4 | 173 | 124 | 115 |
| Binary | 10010101 | 11110110 | 10011010 | 100111 | 0 | 100101 | 100 | 1111011 | 1010100 | 1001101 |
Color Harmonies of #95F69A
Complementary color
Monochromatic Colors of #95F69A
Black with #95F69A
Text Example
Text Example
White with #95F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F69A; }
p { color: rgb(149,246,154); }
H1.HeaderClassName
{
color: #95F69A;
}
.AnyTagClassName
{
color: #95F69A;
}
</style>
background-color css
<style>
a { background-color: #95F69A; }
a { background-color: rgb(149,246,154); }
div.DivClassName
{
background-color: #95F69A;
}
.BgClassName
{
background-color: #95F69A;
}
</style>
border-color css
<style>
span { border-color: #95F69A; }
span { border-color: rgb(149,246,154); }
td.TdClassName
{
border-color: #95F69A;
}
.TagClassName
{
border-color: #95F69A;
}
</style>