Shades of Conifer #AAF64D
Tints of Conifer #AAF64D
RGB
CMYK
RGB Variations
Color information
#AAF64D (or 0xAAF64D) is known color: Conifer. HEX triplet: AA, F6 and 4D. RGB value is (170,246,77). Sum of RGB (Red+Green+Blue) = 170+246+77=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF64D is #5509B2. Grayscale: #CCCCCC. Windows color (decimal): -5573043 or 5109418. OLE color: 5109418.
HSL color Cylindrical-coordinate representation of color #AAF64D: hue angle of 86.98º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF64D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 77 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.04 |
| HSL | 86.98º | 0.9% | 0.63% | - |
| HSV(B) | 86.98º | 0.69% | 0.96% | - |
| XYZ | 50.87 | 74.99 | 18.82 | - |
| YUV | 204.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 77 | 0.31 | 0 | 0.69 | 0.04 | 86.98 | 0.9 | 0.63 |
| Hex | AA | F6 | 4D | 1F | 0 | 45 | 4 | 57 | 5A | 3F |
| Octal | 252 | 366 | 115 | 37 | 0 | 105 | 4 | 127 | 132 | 77 |
| Binary | 10101010 | 11110110 | 1001101 | 11111 | 0 | 1000101 | 100 | 1010111 | 1011010 | 111111 |
Color Harmonies of #AAF64D
Complementary color
Monochromatic Colors of #AAF64D
Black with #AAF64D
Text Example
Text Example
White with #AAF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF64D; }
p { color: rgb(170,246,77); }
H1.HeaderClassName
{
color: #AAF64D;
}
.AnyTagClassName
{
color: #AAF64D;
}
</style>
background-color css
<style>
a { background-color: #AAF64D; }
a { background-color: rgb(170,246,77); }
div.DivClassName
{
background-color: #AAF64D;
}
.BgClassName
{
background-color: #AAF64D;
}
</style>
border-color css
<style>
span { border-color: #AAF64D; }
span { border-color: rgb(170,246,77); }
td.TdClassName
{
border-color: #AAF64D;
}
.TagClassName
{
border-color: #AAF64D;
}
</style>