Shades of Eucalyptus #25A064
Tints of Eucalyptus #25A064
RGB
CMYK
RGB Variations
Color information
#25A064 (or 0x25A064) is known color: Eucalyptus. HEX triplet: 25, A0 and 64. RGB value is (37,160,100). Sum of RGB (Red+Green+Blue) = 37+160+100=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #25A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A064 is #DA5F9B. Grayscale: #747474. Windows color (decimal): -14311324 or 6594597. OLE color: 6594597.
HSL color Cylindrical-coordinate representation of color #25A064: hue angle of 150.73º degrees, saturation: 0.62, 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 #25A064 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 100 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.37 |
| HSL | 150.73º | 0.62% | 0.39% | - |
| HSV(B) | 150.73º | 0.77% | 0.63% | - |
| XYZ | 15.63 | 26.46 | 16.34 | - |
| YUV | 116.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 100 | 0.77 | 0 | 0.38 | 0.37 | 150.73 | 0.62 | 0.39 |
| Hex | 25 | A0 | 64 | 4D | 0 | 26 | 25 | 97 | 3E | 27 |
| Octal | 45 | 240 | 144 | 115 | 0 | 46 | 45 | 227 | 76 | 47 |
| Binary | 100101 | 10100000 | 1100100 | 1001101 | 0 | 100110 | 100101 | 10010111 | 111110 | 100111 |
Color Harmonies of #25A064
Complementary color
Monochromatic Colors of #25A064
Black with #25A064
Text Example
Text Example
White with #25A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A064; }
p { color: rgb(37,160,100); }
H1.HeaderClassName
{
color: #25A064;
}
.AnyTagClassName
{
color: #25A064;
}
</style>
background-color css
<style>
a { background-color: #25A064; }
a { background-color: rgb(37,160,100); }
div.DivClassName
{
background-color: #25A064;
}
.BgClassName
{
background-color: #25A064;
}
</style>
border-color css
<style>
span { border-color: #25A064; }
span { border-color: rgb(37,160,100); }
td.TdClassName
{
border-color: #25A064;
}
.TagClassName
{
border-color: #25A064;
}
</style>