Shades of Eucalyptus #25AC63
Tints of Eucalyptus #25AC63
RGB
CMYK
RGB Variations
Color information
#25AC63 (or 0x25AC63) is known color: Eucalyptus. HEX triplet: 25, AC and 63. RGB value is (37,172,99). Sum of RGB (Red+Green+Blue) = 37+172+99=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC63 is #DA539C. Grayscale: #7B7B7B. Windows color (decimal): -14308253 or 6532133. OLE color: 6532133.
HSL color Cylindrical-coordinate representation of color #25AC63: hue angle of 147.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 #25AC63 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 99 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.33 |
| HSL | 147.56º | 0.65% | 0.41% | - |
| HSV(B) | 147.56º | 0.78% | 0.67% | - |
| XYZ | 17.77 | 30.8 | 16.81 | - |
| YUV | 123.31 | 114.27 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 99 | 0.78 | 0 | 0.42 | 0.33 | 147.56 | 0.65 | 0.41 |
| Hex | 25 | AC | 63 | 4E | 0 | 2A | 21 | 94 | 41 | 29 |
| Octal | 45 | 254 | 143 | 116 | 0 | 52 | 41 | 224 | 101 | 51 |
| Binary | 100101 | 10101100 | 1100011 | 1001110 | 0 | 101010 | 100001 | 10010100 | 1000001 | 101001 |
Color Harmonies of #25AC63
Complementary color
Monochromatic Colors of #25AC63
Black with #25AC63
Text Example
Text Example
White with #25AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC63; }
p { color: rgb(37,172,99); }
H1.HeaderClassName
{
color: #25AC63;
}
.AnyTagClassName
{
color: #25AC63;
}
</style>
background-color css
<style>
a { background-color: #25AC63; }
a { background-color: rgb(37,172,99); }
div.DivClassName
{
background-color: #25AC63;
}
.BgClassName
{
background-color: #25AC63;
}
</style>
border-color css
<style>
span { border-color: #25AC63; }
span { border-color: rgb(37,172,99); }
td.TdClassName
{
border-color: #25AC63;
}
.TagClassName
{
border-color: #25AC63;
}
</style>