Shades of Eucalyptus #25AD5A
Tints of Eucalyptus #25AD5A
RGB
CMYK
RGB Variations
Color information
#25AD5A (or 0x25AD5A) is known color: Eucalyptus. HEX triplet: 25, AD and 5A. RGB value is (37,173,90). Sum of RGB (Red+Green+Blue) = 37+173+90=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AD5A is #DA52A5. Grayscale: #7B7B7B. Windows color (decimal): -14308006 or 5942565. OLE color: 5942565.
HSL color Cylindrical-coordinate representation of color #25AD5A: hue angle of 143.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD5A is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 90 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.32 |
| HSL | 143.38º | 0.65% | 0.41% | - |
| HSV(B) | 143.38º | 0.79% | 0.68% | - |
| XYZ | 17.55 | 31.02 | 14.73 | - |
| YUV | 122.87 | 109.44 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 90 | 0.79 | 0 | 0.48 | 0.32 | 143.38 | 0.65 | 0.41 |
| Hex | 25 | AD | 5A | 4F | 0 | 30 | 20 | 8F | 41 | 29 |
| Octal | 45 | 255 | 132 | 117 | 0 | 60 | 40 | 217 | 101 | 51 |
| Binary | 100101 | 10101101 | 1011010 | 1001111 | 0 | 110000 | 100000 | 10001111 | 1000001 | 101001 |
Color Harmonies of #25AD5A
Complementary color
Monochromatic Colors of #25AD5A
Black with #25AD5A
Text Example
Text Example
White with #25AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD5A; }
p { color: rgb(37,173,90); }
H1.HeaderClassName
{
color: #25AD5A;
}
.AnyTagClassName
{
color: #25AD5A;
}
</style>
background-color css
<style>
a { background-color: #25AD5A; }
a { background-color: rgb(37,173,90); }
div.DivClassName
{
background-color: #25AD5A;
}
.BgClassName
{
background-color: #25AD5A;
}
</style>
border-color css
<style>
span { border-color: #25AD5A; }
span { border-color: rgb(37,173,90); }
td.TdClassName
{
border-color: #25AD5A;
}
.TagClassName
{
border-color: #25AD5A;
}
</style>