Shades of Conifer #AAF65A
Tints of Conifer #AAF65A
RGB
CMYK
RGB Variations
Color information
#AAF65A (or 0xAAF65A) is known color: Conifer. HEX triplet: AA, F6 and 5A. RGB value is (170,246,90). Sum of RGB (Red+Green+Blue) = 170+246+90=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF65A is #5509A5. Grayscale: #CECECE. Windows color (decimal): -5573030 or 5961386. OLE color: 5961386.
HSL color Cylindrical-coordinate representation of color #AAF65A: hue angle of 89.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF65A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 90 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.04 |
| HSL | 89.23º | 0.9% | 0.66% | - |
| HSV(B) | 89.23º | 0.63% | 0.96% | - |
| XYZ | 51.38 | 75.2 | 21.48 | - |
| YUV | 205.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 90 | 0.31 | 0 | 0.63 | 0.04 | 89.23 | 0.9 | 0.66 |
| Hex | AA | F6 | 5A | 1F | 0 | 3F | 4 | 59 | 5A | 42 |
| Octal | 252 | 366 | 132 | 37 | 0 | 77 | 4 | 131 | 132 | 102 |
| Binary | 10101010 | 11110110 | 1011010 | 11111 | 0 | 111111 | 100 | 1011001 | 1011010 | 1000010 |
Color Harmonies of #AAF65A
Complementary color
Monochromatic Colors of #AAF65A
Black with #AAF65A
Text Example
Text Example
White with #AAF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF65A; }
p { color: rgb(170,246,90); }
H1.HeaderClassName
{
color: #AAF65A;
}
.AnyTagClassName
{
color: #AAF65A;
}
</style>
background-color css
<style>
a { background-color: #AAF65A; }
a { background-color: rgb(170,246,90); }
div.DivClassName
{
background-color: #AAF65A;
}
.BgClassName
{
background-color: #AAF65A;
}
</style>
border-color css
<style>
span { border-color: #AAF65A; }
span { border-color: rgb(170,246,90); }
td.TdClassName
{
border-color: #AAF65A;
}
.TagClassName
{
border-color: #AAF65A;
}
</style>