Shades of Eucalyptus #25A14F
Tints of Eucalyptus #25A14F
RGB
CMYK
RGB Variations
Color information
#25A14F (or 0x25A14F) is known color: Eucalyptus. HEX triplet: 25, A1 and 4F. RGB value is (37,161,79). Sum of RGB (Red+Green+Blue) = 37+161+79=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #25A14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A14F is #DA5EB0. Grayscale: #727272. Windows color (decimal): -14311089 or 5218597. OLE color: 5218597.
HSL color Cylindrical-coordinate representation of color #25A14F: hue angle of 140.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A14F is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 161 | 79 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.37 |
| HSL | 140.32º | 0.63% | 0.39% | - |
| HSV(B) | 140.32º | 0.77% | 0.63% | - |
| XYZ | 14.92 | 26.45 | 11.72 | - |
| YUV | 114.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 161 | 79 | 0.77 | 0 | 0.51 | 0.37 | 140.32 | 0.63 | 0.39 |
| Hex | 25 | A1 | 4F | 4D | 0 | 33 | 25 | 8C | 3F | 27 |
| Octal | 45 | 241 | 117 | 115 | 0 | 63 | 45 | 214 | 77 | 47 |
| Binary | 100101 | 10100001 | 1001111 | 1001101 | 0 | 110011 | 100101 | 10001100 | 111111 | 100111 |
Color Harmonies of #25A14F
Complementary color
Monochromatic Colors of #25A14F
Black with #25A14F
Text Example
Text Example
White with #25A14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A14F; }
p { color: rgb(37,161,79); }
H1.HeaderClassName
{
color: #25A14F;
}
.AnyTagClassName
{
color: #25A14F;
}
</style>
background-color css
<style>
a { background-color: #25A14F; }
a { background-color: rgb(37,161,79); }
div.DivClassName
{
background-color: #25A14F;
}
.BgClassName
{
background-color: #25A14F;
}
</style>
border-color css
<style>
span { border-color: #25A14F; }
span { border-color: rgb(37,161,79); }
td.TdClassName
{
border-color: #25A14F;
}
.TagClassName
{
border-color: #25A14F;
}
</style>