Shades of Light Green #95F98A
Tints of Light Green #95F98A
RGB
CMYK
RGB Variations
Color information
#95F98A (or 0x95F98A) is known color: Light Green. HEX triplet: 95, F9 and 8A. RGB value is (149,249,138). Sum of RGB (Red+Green+Blue) = 149+249+138=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #95F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F98A is #6A0675. Grayscale: #CECECE. Windows color (decimal): -6948470 or 9107861. OLE color: 9107861.
HSL color Cylindrical-coordinate representation of color #95F98A: hue angle of 114.05º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95F98A is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 138 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.02 |
| HSL | 114.05º | 0.9% | 0.76% | - |
| HSV(B) | 114.05º | 0.45% | 0.98% | - |
| XYZ | 50.86 | 75.98 | 36.03 | - |
| YUV | 206.45 | 89.37 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 138 | 0.40 | 0 | 0.45 | 0.02 | 114.05 | 0.9 | 0.76 |
| Hex | 95 | F9 | 8A | 28 | 0 | 2D | 2 | 72 | 5A | 4C |
| Octal | 225 | 371 | 212 | 50 | 0 | 55 | 2 | 162 | 132 | 114 |
| Binary | 10010101 | 11111001 | 10001010 | 101000 | 0 | 101101 | 10 | 1110010 | 1011010 | 1001100 |
Color Harmonies of #95F98A
Complementary color
Monochromatic Colors of #95F98A
Black with #95F98A
Text Example
Text Example
White with #95F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F98A; }
p { color: rgb(149,249,138); }
H1.HeaderClassName
{
color: #95F98A;
}
.AnyTagClassName
{
color: #95F98A;
}
</style>
background-color css
<style>
a { background-color: #95F98A; }
a { background-color: rgb(149,249,138); }
div.DivClassName
{
background-color: #95F98A;
}
.BgClassName
{
background-color: #95F98A;
}
</style>
border-color css
<style>
span { border-color: #95F98A; }
span { border-color: rgb(149,249,138); }
td.TdClassName
{
border-color: #95F98A;
}
.TagClassName
{
border-color: #95F98A;
}
</style>