Shades of Elf Green #25966F
Tints of Elf Green #25966F
RGB
CMYK
RGB Variations
Color information
#25966F (or 0x25966F) is known color: Elf Green. HEX triplet: 25, 96 and 6F. RGB value is (37,150,111). Sum of RGB (Red+Green+Blue) = 37+150+111=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #25966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25966F is #DA6990. Grayscale: #6F6F6F. Windows color (decimal): -14313873 or 7312933. OLE color: 7312933.
HSL color Cylindrical-coordinate representation of color #25966F: hue angle of 159.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25966F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 150 | 111 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.41 |
| HSL | 159.29º | 0.6% | 0.37% | - |
| HSV(B) | 159.29º | 0.75% | 0.59% | - |
| XYZ | 14.54 | 23.35 | 18.78 | - |
| YUV | 111.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 111 | 0.75 | 0 | 0.26 | 0.41 | 159.29 | 0.6 | 0.37 |
| Hex | 25 | 96 | 6F | 4B | 0 | 1A | 29 | 9F | 3C | 25 |
| Octal | 45 | 226 | 157 | 113 | 0 | 32 | 51 | 237 | 74 | 45 |
| Binary | 100101 | 10010110 | 1101111 | 1001011 | 0 | 11010 | 101001 | 10011111 | 111100 | 100101 |
Color Harmonies of #25966F
Complementary color
Monochromatic Colors of #25966F
Black with #25966F
Text Example
Text Example
White with #25966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25966F; }
p { color: rgb(37,150,111); }
H1.HeaderClassName
{
color: #25966F;
}
.AnyTagClassName
{
color: #25966F;
}
</style>
background-color css
<style>
a { background-color: #25966F; }
a { background-color: rgb(37,150,111); }
div.DivClassName
{
background-color: #25966F;
}
.BgClassName
{
background-color: #25966F;
}
</style>
border-color css
<style>
span { border-color: #25966F; }
span { border-color: rgb(37,150,111); }
td.TdClassName
{
border-color: #25966F;
}
.TagClassName
{
border-color: #25966F;
}
</style>