Shades of Eucalyptus #25A666
Tints of Eucalyptus #25A666
RGB
CMYK
RGB Variations
Color information
#25A666 (or 0x25A666) is known color: Eucalyptus. HEX triplet: 25, A6 and 66. RGB value is (37,166,102). Sum of RGB (Red+Green+Blue) = 37+166+102=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #25A666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A666 is #DA5999. Grayscale: #787878. Windows color (decimal): -14309786 or 6727205. OLE color: 6727205.
HSL color Cylindrical-coordinate representation of color #25A666: hue angle of 150.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A666 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 102 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.35 |
| HSL | 150.23º | 0.64% | 0.4% | - |
| HSV(B) | 150.23º | 0.78% | 0.65% | - |
| XYZ | 16.8 | 28.63 | 17.21 | - |
| YUV | 120.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 102 | 0.78 | 0 | 0.39 | 0.35 | 150.23 | 0.64 | 0.4 |
| Hex | 25 | A6 | 66 | 4E | 0 | 27 | 23 | 96 | 40 | 28 |
| Octal | 45 | 246 | 146 | 116 | 0 | 47 | 43 | 226 | 100 | 50 |
| Binary | 100101 | 10100110 | 1100110 | 1001110 | 0 | 100111 | 100011 | 10010110 | 1000000 | 101000 |
Color Harmonies of #25A666
Complementary color
Monochromatic Colors of #25A666
Black with #25A666
Text Example
Text Example
White with #25A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A666; }
p { color: rgb(37,166,102); }
H1.HeaderClassName
{
color: #25A666;
}
.AnyTagClassName
{
color: #25A666;
}
</style>
background-color css
<style>
a { background-color: #25A666; }
a { background-color: rgb(37,166,102); }
div.DivClassName
{
background-color: #25A666;
}
.BgClassName
{
background-color: #25A666;
}
</style>
border-color css
<style>
span { border-color: #25A666; }
span { border-color: rgb(37,166,102); }
td.TdClassName
{
border-color: #25A666;
}
.TagClassName
{
border-color: #25A666;
}
</style>