Shades of Christi #64AA01
Tints of Christi #64AA01
RGB
CMYK
RGB Variations
Color information
#64AA01 (or 0x64AA01) is known color: Christi. HEX triplet: 64, AA and 01. RGB value is (100,170,1). Sum of RGB (Red+Green+Blue) = 100+170+1=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AA01 is #9B55FE. Grayscale: #828282. Windows color (decimal): -10180095 or 109156. OLE color: 109156.
HSL color Cylindrical-coordinate representation of color #64AA01: hue angle of 84.85º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64AA01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.33 |
| HSL | 84.85º | 0.99% | 0.34% | - |
| HSV(B) | 84.85º | 0.99% | 0.67% | - |
| XYZ | 19.64 | 31.46 | 5.07 | - |
| YUV | 129.8 | 55.31 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 1 | 0.41 | 0 | 0.99 | 0.33 | 84.85 | 0.99 | 0.34 |
| Hex | 64 | AA | 1 | 29 | 0 | 63 | 21 | 55 | 63 | 22 |
| Octal | 144 | 252 | 1 | 51 | 0 | 143 | 41 | 125 | 143 | 42 |
| Binary | 1100100 | 10101010 | 1 | 101001 | 0 | 1100011 | 100001 | 1010101 | 1100011 | 100010 |
Color Harmonies of #64AA01
Complementary color
Monochromatic Colors of #64AA01
Black with #64AA01
Text Example
Text Example
White with #64AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA01; }
p { color: rgb(100,170,1); }
H1.HeaderClassName
{
color: #64AA01;
}
.AnyTagClassName
{
color: #64AA01;
}
</style>
background-color css
<style>
a { background-color: #64AA01; }
a { background-color: rgb(100,170,1); }
div.DivClassName
{
background-color: #64AA01;
}
.BgClassName
{
background-color: #64AA01;
}
</style>
border-color css
<style>
span { border-color: #64AA01; }
span { border-color: rgb(100,170,1); }
td.TdClassName
{
border-color: #64AA01;
}
.TagClassName
{
border-color: #64AA01;
}
</style>