Shades of Eucalyptus #25A96B
Tints of Eucalyptus #25A96B
RGB
CMYK
RGB Variations
Color information
#25A96B (or 0x25A96B) is known color: Eucalyptus. HEX triplet: 25, A9 and 6B. RGB value is (37,169,107). Sum of RGB (Red+Green+Blue) = 37+169+107=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #25A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A96B is #DA5694. Grayscale: #7A7A7A. Windows color (decimal): -14309013 or 7055653. OLE color: 7055653.
HSL color Cylindrical-coordinate representation of color #25A96B: hue angle of 151.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A96B is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 169 | 107 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.34 |
| HSL | 151.82º | 0.64% | 0.4% | - |
| HSV(B) | 151.82º | 0.78% | 0.66% | - |
| XYZ | 17.6 | 29.83 | 18.74 | - |
| YUV | 122.46 | 119.27 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 169 | 107 | 0.78 | 0 | 0.37 | 0.34 | 151.82 | 0.64 | 0.4 |
| Hex | 25 | A9 | 6B | 4E | 0 | 25 | 22 | 98 | 40 | 28 |
| Octal | 45 | 251 | 153 | 116 | 0 | 45 | 42 | 230 | 100 | 50 |
| Binary | 100101 | 10101001 | 1101011 | 1001110 | 0 | 100101 | 100010 | 10011000 | 1000000 | 101000 |
Color Harmonies of #25A96B
Complementary color
Monochromatic Colors of #25A96B
Black with #25A96B
Text Example
Text Example
White with #25A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A96B; }
p { color: rgb(37,169,107); }
H1.HeaderClassName
{
color: #25A96B;
}
.AnyTagClassName
{
color: #25A96B;
}
</style>
background-color css
<style>
a { background-color: #25A96B; }
a { background-color: rgb(37,169,107); }
div.DivClassName
{
background-color: #25A96B;
}
.BgClassName
{
background-color: #25A96B;
}
</style>
border-color css
<style>
span { border-color: #25A96B; }
span { border-color: rgb(37,169,107); }
td.TdClassName
{
border-color: #25A96B;
}
.TagClassName
{
border-color: #25A96B;
}
</style>