Shades of Conifer #AAF653
Tints of Conifer #AAF653
RGB
CMYK
RGB Variations
Color information
#AAF653 (or 0xAAF653) is known color: Conifer. HEX triplet: AA, F6 and 53. RGB value is (170,246,83). Sum of RGB (Red+Green+Blue) = 170+246+83=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF653 is #5509AC. Grayscale: #CDCDCD. Windows color (decimal): -5573037 or 5502634. OLE color: 5502634.
HSL color Cylindrical-coordinate representation of color #AAF653: hue angle of 87.98º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF653 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 83 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.04 |
| HSL | 87.98º | 0.9% | 0.65% | - |
| HSV(B) | 87.98º | 0.66% | 0.96% | - |
| XYZ | 51.09 | 75.08 | 19.98 | - |
| YUV | 204.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 83 | 0.31 | 0 | 0.66 | 0.04 | 87.98 | 0.9 | 0.65 |
| Hex | AA | F6 | 53 | 1F | 0 | 42 | 4 | 58 | 5A | 41 |
| Octal | 252 | 366 | 123 | 37 | 0 | 102 | 4 | 130 | 132 | 101 |
| Binary | 10101010 | 11110110 | 1010011 | 11111 | 0 | 1000010 | 100 | 1011000 | 1011010 | 1000001 |
Color Harmonies of #AAF653
Complementary color
Monochromatic Colors of #AAF653
Black with #AAF653
Text Example
Text Example
White with #AAF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF653; }
p { color: rgb(170,246,83); }
H1.HeaderClassName
{
color: #AAF653;
}
.AnyTagClassName
{
color: #AAF653;
}
</style>
background-color css
<style>
a { background-color: #AAF653; }
a { background-color: rgb(170,246,83); }
div.DivClassName
{
background-color: #AAF653;
}
.BgClassName
{
background-color: #AAF653;
}
</style>
border-color css
<style>
span { border-color: #AAF653; }
span { border-color: rgb(170,246,83); }
td.TdClassName
{
border-color: #AAF653;
}
.TagClassName
{
border-color: #AAF653;
}
</style>