Shades of Pale Green #95F1A5
Tints of Pale Green #95F1A5
RGB
CMYK
RGB Variations
Color information
#95F1A5 (or 0x95F1A5) is known color: Pale Green. HEX triplet: 95, F1 and A5. RGB value is (149,241,165). Sum of RGB (Red+Green+Blue) = 149+241+165=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1A5 is #6A0E5A. Grayscale: #CDCDCD. Windows color (decimal): -6950491 or 10875285. OLE color: 10875285.
HSL color Cylindrical-coordinate representation of color #95F1A5: hue angle of 130.43º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1A5 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 165 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.05 |
| HSL | 130.43º | 0.77% | 0.76% | - |
| HSV(B) | 130.43º | 0.38% | 0.95% | - |
| XYZ | 50.64 | 72.02 | 46.83 | - |
| YUV | 204.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 165 | 0.38 | 0 | 0.32 | 0.05 | 130.43 | 0.77 | 0.76 |
| Hex | 95 | F1 | A5 | 26 | 0 | 20 | 5 | 82 | 4D | 4C |
| Octal | 225 | 361 | 245 | 46 | 0 | 40 | 5 | 202 | 115 | 114 |
| Binary | 10010101 | 11110001 | 10100101 | 100110 | 0 | 100000 | 101 | 10000010 | 1001101 | 1001100 |
Color Harmonies of #95F1A5
Complementary color
Monochromatic Colors of #95F1A5
Black with #95F1A5
Text Example
Text Example
White with #95F1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1A5; }
p { color: rgb(149,241,165); }
H1.HeaderClassName
{
color: #95F1A5;
}
.AnyTagClassName
{
color: #95F1A5;
}
</style>
background-color css
<style>
a { background-color: #95F1A5; }
a { background-color: rgb(149,241,165); }
div.DivClassName
{
background-color: #95F1A5;
}
.BgClassName
{
background-color: #95F1A5;
}
</style>
border-color css
<style>
span { border-color: #95F1A5; }
span { border-color: rgb(149,241,165); }
td.TdClassName
{
border-color: #95F1A5;
}
.TagClassName
{
border-color: #95F1A5;
}
</style>