Shades of Eucalyptus #25AC5A
Tints of Eucalyptus #25AC5A
RGB
CMYK
RGB Variations
Color information
#25AC5A (or 0x25AC5A) is known color: Eucalyptus. HEX triplet: 25, AC and 5A. RGB value is (37,172,90). Sum of RGB (Red+Green+Blue) = 37+172+90=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC5A is #DA53A5. Grayscale: #7A7A7A. Windows color (decimal): -14308262 or 5942309. OLE color: 5942309.
HSL color Cylindrical-coordinate representation of color #25AC5A: hue angle of 143.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AC5A is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 90 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.33 |
| HSL | 143.56º | 0.65% | 0.41% | - |
| HSV(B) | 143.56º | 0.78% | 0.67% | - |
| XYZ | 17.36 | 30.64 | 14.67 | - |
| YUV | 122.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 90 | 0.78 | 0 | 0.48 | 0.33 | 143.56 | 0.65 | 0.41 |
| Hex | 25 | AC | 5A | 4E | 0 | 30 | 21 | 90 | 41 | 29 |
| Octal | 45 | 254 | 132 | 116 | 0 | 60 | 41 | 220 | 101 | 51 |
| Binary | 100101 | 10101100 | 1011010 | 1001110 | 0 | 110000 | 100001 | 10010000 | 1000001 | 101001 |
Color Harmonies of #25AC5A
Complementary color
Monochromatic Colors of #25AC5A
Black with #25AC5A
Text Example
Text Example
White with #25AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC5A; }
p { color: rgb(37,172,90); }
H1.HeaderClassName
{
color: #25AC5A;
}
.AnyTagClassName
{
color: #25AC5A;
}
</style>
background-color css
<style>
a { background-color: #25AC5A; }
a { background-color: rgb(37,172,90); }
div.DivClassName
{
background-color: #25AC5A;
}
.BgClassName
{
background-color: #25AC5A;
}
</style>
border-color css
<style>
span { border-color: #25AC5A; }
span { border-color: rgb(37,172,90); }
td.TdClassName
{
border-color: #25AC5A;
}
.TagClassName
{
border-color: #25AC5A;
}
</style>