Shades of Conifer #AAFF64
Tints of Conifer #AAFF64
RGB
CMYK
RGB Variations
Color information
#AAFF64 (or 0xAAFF64) is known color: Conifer. HEX triplet: AA, FF and 64. RGB value is (170,255,100). Sum of RGB (Red+Green+Blue) = 170+255+100=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF64 is #55009B. Grayscale: #D4D4D4. Windows color (decimal): -5570716 or 6619050. OLE color: 6619050.
HSL color Cylindrical-coordinate representation of color #AAFF64: hue angle of 92.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAFF64 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 100 | - |
| CMYK | 0.33 | 0 | 0.61 | 0 |
| HSL | 92.9º | 1% | 0.7% | - |
| HSV(B) | 92.9º | 0.61% | 1% | - |
| XYZ | 54.64 | 80.99 | 24.81 | - |
| YUV | 211.92 | 64.84 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 100 | 0.33 | 0 | 0.61 | 0 | 92.9 | 1 | 0.7 |
| Hex | AA | FF | 64 | 21 | 0 | 3D | 0 | 5D | 64 | 46 |
| Octal | 252 | 377 | 144 | 41 | 0 | 75 | 0 | 135 | 144 | 106 |
| Binary | 10101010 | 11111111 | 1100100 | 100001 | 0 | 111101 | 0 | 1011101 | 1100100 | 1000110 |
Color Harmonies of #AAFF64
Complementary color
Monochromatic Colors of #AAFF64
Black with #AAFF64
Text Example
Text Example
White with #AAFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF64; }
p { color: rgb(170,255,100); }
H1.HeaderClassName
{
color: #AAFF64;
}
.AnyTagClassName
{
color: #AAFF64;
}
</style>
background-color css
<style>
a { background-color: #AAFF64; }
a { background-color: rgb(170,255,100); }
div.DivClassName
{
background-color: #AAFF64;
}
.BgClassName
{
background-color: #AAFF64;
}
</style>
border-color css
<style>
span { border-color: #AAFF64; }
span { border-color: rgb(170,255,100); }
td.TdClassName
{
border-color: #AAFF64;
}
.TagClassName
{
border-color: #AAFF64;
}
</style>