Shades of Elf Green #25906B
Tints of Elf Green #25906B
RGB
CMYK
RGB Variations
Color information
#25906B (or 0x25906B) is known color: Elf Green. HEX triplet: 25, 90 and 6B. RGB value is (37,144,107). Sum of RGB (Red+Green+Blue) = 37+144+107=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #25906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25906B is #DA6F94. Grayscale: #6B6B6B. Windows color (decimal): -14315413 or 7049253. OLE color: 7049253.
HSL color Cylindrical-coordinate representation of color #25906B: hue angle of 159.25º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25906B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 107 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.44 |
| HSL | 159.25º | 0.59% | 0.35% | - |
| HSV(B) | 159.25º | 0.74% | 0.56% | - |
| XYZ | 13.39 | 21.4 | 17.34 | - |
| YUV | 107.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 107 | 0.74 | 0 | 0.26 | 0.44 | 159.25 | 0.59 | 0.35 |
| Hex | 25 | 90 | 6B | 4A | 0 | 1A | 2C | 9F | 3B | 23 |
| Octal | 45 | 220 | 153 | 112 | 0 | 32 | 54 | 237 | 73 | 43 |
| Binary | 100101 | 10010000 | 1101011 | 1001010 | 0 | 11010 | 101100 | 10011111 | 111011 | 100011 |
Color Harmonies of #25906B
Complementary color
Monochromatic Colors of #25906B
Black with #25906B
Text Example
Text Example
White with #25906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25906B; }
p { color: rgb(37,144,107); }
H1.HeaderClassName
{
color: #25906B;
}
.AnyTagClassName
{
color: #25906B;
}
</style>
background-color css
<style>
a { background-color: #25906B; }
a { background-color: rgb(37,144,107); }
div.DivClassName
{
background-color: #25906B;
}
.BgClassName
{
background-color: #25906B;
}
</style>
border-color css
<style>
span { border-color: #25906B; }
span { border-color: rgb(37,144,107); }
td.TdClassName
{
border-color: #25906B;
}
.TagClassName
{
border-color: #25906B;
}
</style>