Shades of Fern #64AC64
Tints of Fern #64AC64
RGB
CMYK
RGB Variations
Color information
#64AC64 (or 0x64AC64) is known color: Fern. HEX triplet: 64, AC and 64. RGB value is (100,172,100). Sum of RGB (Red+Green+Blue) = 100+172+100=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC64 is #9B539B. Grayscale: #8E8E8E. Windows color (decimal): -10179484 or 6597732. OLE color: 6597732.
HSL color Cylindrical-coordinate representation of color #64AC64: hue angle of 120º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC64 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 100 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.33 |
| HSL | 120º | 0.3% | 0.53% | - |
| HSV(B) | 120º | 0.42% | 0.67% | - |
| XYZ | 22.31 | 33.13 | 17.28 | - |
| YUV | 142.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 100 | 0.42 | 0 | 0.42 | 0.33 | 120 | 0.3 | 0.53 |
| Hex | 64 | AC | 64 | 2A | 0 | 2A | 21 | 78 | 1E | 35 |
| Octal | 144 | 254 | 144 | 52 | 0 | 52 | 41 | 170 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1100100 | 101010 | 0 | 101010 | 100001 | 1111000 | 11110 | 110101 |
Color Harmonies of #64AC64
Complementary color
Monochromatic Colors of #64AC64
Black with #64AC64
Text Example
Text Example
White with #64AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC64; }
p { color: rgb(100,172,100); }
H1.HeaderClassName
{
color: #64AC64;
}
.AnyTagClassName
{
color: #64AC64;
}
</style>
background-color css
<style>
a { background-color: #64AC64; }
a { background-color: rgb(100,172,100); }
div.DivClassName
{
background-color: #64AC64;
}
.BgClassName
{
background-color: #64AC64;
}
</style>
border-color css
<style>
span { border-color: #64AC64; }
span { border-color: rgb(100,172,100); }
td.TdClassName
{
border-color: #64AC64;
}
.TagClassName
{
border-color: #64AC64;
}
</style>