Shades of Eucalyptus #25AC5B
Tints of Eucalyptus #25AC5B
RGB
CMYK
RGB Variations
Color information
#25AC5B (or 0x25AC5B) is known color: Eucalyptus. HEX triplet: 25, AC and 5B. RGB value is (37,172,91). Sum of RGB (Red+Green+Blue) = 37+172+91=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC5B is #DA53A4. Grayscale: #7A7A7A. Windows color (decimal): -14308261 or 6007845. OLE color: 6007845.
HSL color Cylindrical-coordinate representation of color #25AC5B: hue angle of 144º 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 #25AC5B is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 91 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.33 |
| HSL | 144º | 0.65% | 0.41% | - |
| HSV(B) | 144º | 0.78% | 0.67% | - |
| XYZ | 17.4 | 30.65 | 14.9 | - |
| YUV | 122.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 91 | 0.78 | 0 | 0.47 | 0.33 | 144 | 0.65 | 0.41 |
| Hex | 25 | AC | 5B | 4E | 0 | 2F | 21 | 90 | 41 | 29 |
| Octal | 45 | 254 | 133 | 116 | 0 | 57 | 41 | 220 | 101 | 51 |
| Binary | 100101 | 10101100 | 1011011 | 1001110 | 0 | 101111 | 100001 | 10010000 | 1000001 | 101001 |
Color Harmonies of #25AC5B
Complementary color
Monochromatic Colors of #25AC5B
Black with #25AC5B
Text Example
Text Example
White with #25AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC5B; }
p { color: rgb(37,172,91); }
H1.HeaderClassName
{
color: #25AC5B;
}
.AnyTagClassName
{
color: #25AC5B;
}
</style>
background-color css
<style>
a { background-color: #25AC5B; }
a { background-color: rgb(37,172,91); }
div.DivClassName
{
background-color: #25AC5B;
}
.BgClassName
{
background-color: #25AC5B;
}
</style>
border-color css
<style>
span { border-color: #25AC5B; }
span { border-color: rgb(37,172,91); }
td.TdClassName
{
border-color: #25AC5B;
}
.TagClassName
{
border-color: #25AC5B;
}
</style>