Shades of Conifer #AAF461
Tints of Conifer #AAF461
RGB
CMYK
RGB Variations
Color information
#AAF461 (or 0xAAF461) is known color: Conifer. HEX triplet: AA, F4 and 61. RGB value is (170,244,97). Sum of RGB (Red+Green+Blue) = 170+244+97=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF461 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF461 is #550B9E. Grayscale: #CDCDCD. Windows color (decimal): -5573535 or 6419626. OLE color: 6419626.
HSL color Cylindrical-coordinate representation of color #AAF461: hue angle of 90.2º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF461 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 97 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 90.2º | 0.87% | 0.67% | - |
| HSV(B) | 90.2º | 0.6% | 0.96% | - |
| XYZ | 51.09 | 74.11 | 22.92 | - |
| YUV | 205.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 97 | 0.30 | 0 | 0.60 | 0.04 | 90.2 | 0.87 | 0.67 |
| Hex | AA | F4 | 61 | 1E | 0 | 3C | 4 | 5A | 57 | 43 |
| Octal | 252 | 364 | 141 | 36 | 0 | 74 | 4 | 132 | 127 | 103 |
| Binary | 10101010 | 11110100 | 1100001 | 11110 | 0 | 111100 | 100 | 1011010 | 1010111 | 1000011 |
Color Harmonies of #AAF461
Complementary color
Monochromatic Colors of #AAF461
Black with #AAF461
Text Example
Text Example
White with #AAF461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF461; }
p { color: rgb(170,244,97); }
H1.HeaderClassName
{
color: #AAF461;
}
.AnyTagClassName
{
color: #AAF461;
}
</style>
background-color css
<style>
a { background-color: #AAF461; }
a { background-color: rgb(170,244,97); }
div.DivClassName
{
background-color: #AAF461;
}
.BgClassName
{
background-color: #AAF461;
}
</style>
border-color css
<style>
span { border-color: #AAF461; }
span { border-color: rgb(170,244,97); }
td.TdClassName
{
border-color: #AAF461;
}
.TagClassName
{
border-color: #AAF461;
}
</style>