Shades of Pale Green #95F0A5
Tints of Pale Green #95F0A5
RGB
CMYK
RGB Variations
Color information
#95F0A5 (or 0x95F0A5) is known color: Pale Green. HEX triplet: 95, F0 and A5. RGB value is (149,240,165). Sum of RGB (Red+Green+Blue) = 149+240+165=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F0A5 is #6A0F5A. Grayscale: #CCCCCC. Windows color (decimal): -6950747 or 10875029. OLE color: 10875029.
HSL color Cylindrical-coordinate representation of color #95F0A5: hue angle of 130.55º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0A5 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 240 | 165 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.06 |
| HSL | 130.55º | 0.75% | 0.76% | - |
| HSV(B) | 130.55º | 0.38% | 0.94% | - |
| XYZ | 50.35 | 71.43 | 46.73 | - |
| YUV | 204.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 165 | 0.38 | 0 | 0.31 | 0.06 | 130.55 | 0.75 | 0.76 |
| Hex | 95 | F0 | A5 | 26 | 0 | 1F | 6 | 83 | 4B | 4C |
| Octal | 225 | 360 | 245 | 46 | 0 | 37 | 6 | 203 | 113 | 114 |
| Binary | 10010101 | 11110000 | 10100101 | 100110 | 0 | 11111 | 110 | 10000011 | 1001011 | 1001100 |
Color Harmonies of #95F0A5
Complementary color
Monochromatic Colors of #95F0A5
Black with #95F0A5
Text Example
Text Example
White with #95F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F0A5; }
p { color: rgb(149,240,165); }
H1.HeaderClassName
{
color: #95F0A5;
}
.AnyTagClassName
{
color: #95F0A5;
}
</style>
background-color css
<style>
a { background-color: #95F0A5; }
a { background-color: rgb(149,240,165); }
div.DivClassName
{
background-color: #95F0A5;
}
.BgClassName
{
background-color: #95F0A5;
}
</style>
border-color css
<style>
span { border-color: #95F0A5; }
span { border-color: rgb(149,240,165); }
td.TdClassName
{
border-color: #95F0A5;
}
.TagClassName
{
border-color: #95F0A5;
}
</style>