Shades of Eucalyptus #27AD64
Tints of Eucalyptus #27AD64
RGB
CMYK
RGB Variations
Color information
#27AD64 (or 0x27AD64) is known color: Eucalyptus. HEX triplet: 27, AD and 64. RGB value is (39,173,100). Sum of RGB (Red+Green+Blue) = 39+173+100=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #27AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AD64 is #D8529B. Grayscale: #7C7C7C. Windows color (decimal): -14176924 or 6597927. OLE color: 6597927.
HSL color Cylindrical-coordinate representation of color #27AD64: hue angle of 147.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AD64 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 100 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.32 |
| HSL | 147.31º | 0.63% | 0.42% | - |
| HSV(B) | 147.31º | 0.77% | 0.68% | - |
| XYZ | 18.08 | 31.24 | 17.13 | - |
| YUV | 124.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 100 | 0.77 | 0 | 0.42 | 0.32 | 147.31 | 0.63 | 0.42 |
| Hex | 27 | AD | 64 | 4D | 0 | 2A | 20 | 93 | 3F | 2A |
| Octal | 47 | 255 | 144 | 115 | 0 | 52 | 40 | 223 | 77 | 52 |
| Binary | 100111 | 10101101 | 1100100 | 1001101 | 0 | 101010 | 100000 | 10010011 | 111111 | 101010 |
Color Harmonies of #27AD64
Complementary color
Monochromatic Colors of #27AD64
Black with #27AD64
Text Example
Text Example
White with #27AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AD64; }
p { color: rgb(39,173,100); }
H1.HeaderClassName
{
color: #27AD64;
}
.AnyTagClassName
{
color: #27AD64;
}
</style>
background-color css
<style>
a { background-color: #27AD64; }
a { background-color: rgb(39,173,100); }
div.DivClassName
{
background-color: #27AD64;
}
.BgClassName
{
background-color: #27AD64;
}
</style>
border-color css
<style>
span { border-color: #27AD64; }
span { border-color: rgb(39,173,100); }
td.TdClassName
{
border-color: #27AD64;
}
.TagClassName
{
border-color: #27AD64;
}
</style>