Shades of Conifer #AAF65C
Tints of Conifer #AAF65C
RGB
CMYK
RGB Variations
Color information
#AAF65C (or 0xAAF65C) is known color: Conifer. HEX triplet: AA, F6 and 5C. RGB value is (170,246,92). Sum of RGB (Red+Green+Blue) = 170+246+92=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF65C is #5509A3. Grayscale: #CECECE. Windows color (decimal): -5573028 or 6092458. OLE color: 6092458.
HSL color Cylindrical-coordinate representation of color #AAF65C: hue angle of 89.61º 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 #AAF65C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 92 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.04 |
| HSL | 89.61º | 0.9% | 0.66% | - |
| HSV(B) | 89.61º | 0.63% | 0.96% | - |
| XYZ | 51.47 | 75.23 | 21.93 | - |
| YUV | 205.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 92 | 0.31 | 0 | 0.63 | 0.04 | 89.61 | 0.9 | 0.66 |
| Hex | AA | F6 | 5C | 1F | 0 | 3F | 4 | 5A | 5A | 42 |
| Octal | 252 | 366 | 134 | 37 | 0 | 77 | 4 | 132 | 132 | 102 |
| Binary | 10101010 | 11110110 | 1011100 | 11111 | 0 | 111111 | 100 | 1011010 | 1011010 | 1000010 |
Color Harmonies of #AAF65C
Complementary color
Monochromatic Colors of #AAF65C
Black with #AAF65C
Text Example
Text Example
White with #AAF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF65C; }
p { color: rgb(170,246,92); }
H1.HeaderClassName
{
color: #AAF65C;
}
.AnyTagClassName
{
color: #AAF65C;
}
</style>
background-color css
<style>
a { background-color: #AAF65C; }
a { background-color: rgb(170,246,92); }
div.DivClassName
{
background-color: #AAF65C;
}
.BgClassName
{
background-color: #AAF65C;
}
</style>
border-color css
<style>
span { border-color: #AAF65C; }
span { border-color: rgb(170,246,92); }
td.TdClassName
{
border-color: #AAF65C;
}
.TagClassName
{
border-color: #AAF65C;
}
</style>