Shades of Eucalyptus #25A866
Tints of Eucalyptus #25A866
RGB
CMYK
RGB Variations
Color information
#25A866 (or 0x25A866) is known color: Eucalyptus. HEX triplet: 25, A8 and 66. RGB value is (37,168,102). Sum of RGB (Red+Green+Blue) = 37+168+102=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #25A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A866 is #DA5799. Grayscale: #797979. Windows color (decimal): -14309274 or 6727717. OLE color: 6727717.
HSL color Cylindrical-coordinate representation of color #25A866: hue angle of 149.77º 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 #25A866 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 168 | 102 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.34 |
| HSL | 149.77º | 0.64% | 0.4% | - |
| HSV(B) | 149.77º | 0.78% | 0.66% | - |
| XYZ | 17.16 | 29.36 | 17.33 | - |
| YUV | 121.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 102 | 0.78 | 0 | 0.39 | 0.34 | 149.77 | 0.64 | 0.4 |
| Hex | 25 | A8 | 66 | 4E | 0 | 27 | 22 | 96 | 40 | 28 |
| Octal | 45 | 250 | 146 | 116 | 0 | 47 | 42 | 226 | 100 | 50 |
| Binary | 100101 | 10101000 | 1100110 | 1001110 | 0 | 100111 | 100010 | 10010110 | 1000000 | 101000 |
Color Harmonies of #25A866
Complementary color
Monochromatic Colors of #25A866
Black with #25A866
Text Example
Text Example
White with #25A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A866; }
p { color: rgb(37,168,102); }
H1.HeaderClassName
{
color: #25A866;
}
.AnyTagClassName
{
color: #25A866;
}
</style>
background-color css
<style>
a { background-color: #25A866; }
a { background-color: rgb(37,168,102); }
div.DivClassName
{
background-color: #25A866;
}
.BgClassName
{
background-color: #25A866;
}
</style>
border-color css
<style>
span { border-color: #25A866; }
span { border-color: rgb(37,168,102); }
td.TdClassName
{
border-color: #25A866;
}
.TagClassName
{
border-color: #25A866;
}
</style>