Shades of Light Green #95F68A
Tints of Light Green #95F68A
RGB
CMYK
RGB Variations
Color information
#95F68A (or 0x95F68A) is known color: Light Green. HEX triplet: 95, F6 and 8A. RGB value is (149,246,138). Sum of RGB (Red+Green+Blue) = 149+246+138=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #95F68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F68A is #6A0975. Grayscale: #CDCDCD. Windows color (decimal): -6949238 or 9107093. OLE color: 9107093.
HSL color Cylindrical-coordinate representation of color #95F68A: hue angle of 113.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95F68A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 138 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.04 |
| HSL | 113.89º | 0.86% | 0.75% | - |
| HSV(B) | 113.89º | 0.44% | 0.96% | - |
| XYZ | 49.94 | 74.14 | 35.72 | - |
| YUV | 204.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 138 | 0.39 | 0 | 0.44 | 0.04 | 113.89 | 0.86 | 0.75 |
| Hex | 95 | F6 | 8A | 27 | 0 | 2C | 4 | 72 | 56 | 4B |
| Octal | 225 | 366 | 212 | 47 | 0 | 54 | 4 | 162 | 126 | 113 |
| Binary | 10010101 | 11110110 | 10001010 | 100111 | 0 | 101100 | 100 | 1110010 | 1010110 | 1001011 |
Color Harmonies of #95F68A
Complementary color
Monochromatic Colors of #95F68A
Black with #95F68A
Text Example
Text Example
White with #95F68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F68A; }
p { color: rgb(149,246,138); }
H1.HeaderClassName
{
color: #95F68A;
}
.AnyTagClassName
{
color: #95F68A;
}
</style>
background-color css
<style>
a { background-color: #95F68A; }
a { background-color: rgb(149,246,138); }
div.DivClassName
{
background-color: #95F68A;
}
.BgClassName
{
background-color: #95F68A;
}
</style>
border-color css
<style>
span { border-color: #95F68A; }
span { border-color: rgb(149,246,138); }
td.TdClassName
{
border-color: #95F68A;
}
.TagClassName
{
border-color: #95F68A;
}
</style>