Shades of Conifer #AAF164
Tints of Conifer #AAF164
RGB
CMYK
RGB Variations
Color information
#AAF164 (or 0xAAF164) is known color: Conifer. HEX triplet: AA, F1 and 64. RGB value is (170,241,100). Sum of RGB (Red+Green+Blue) = 170+241+100=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF164 is #550E9B. Grayscale: #CCCCCC. Windows color (decimal): -5574300 or 6615466. OLE color: 6615466.
HSL color Cylindrical-coordinate representation of color #AAF164: hue angle of 90.21º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF164 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 100 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 90.21º | 0.83% | 0.67% | - |
| HSV(B) | 90.21º | 0.59% | 0.95% | - |
| XYZ | 50.33 | 72.38 | 23.37 | - |
| YUV | 203.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 100 | 0.29 | 0 | 0.59 | 0.05 | 90.21 | 0.83 | 0.67 |
| Hex | AA | F1 | 64 | 1D | 0 | 3B | 5 | 5A | 53 | 43 |
| Octal | 252 | 361 | 144 | 35 | 0 | 73 | 5 | 132 | 123 | 103 |
| Binary | 10101010 | 11110001 | 1100100 | 11101 | 0 | 111011 | 101 | 1011010 | 1010011 | 1000011 |
Color Harmonies of #AAF164
Complementary color
Monochromatic Colors of #AAF164
Black with #AAF164
Text Example
Text Example
White with #AAF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF164; }
p { color: rgb(170,241,100); }
H1.HeaderClassName
{
color: #AAF164;
}
.AnyTagClassName
{
color: #AAF164;
}
</style>
background-color css
<style>
a { background-color: #AAF164; }
a { background-color: rgb(170,241,100); }
div.DivClassName
{
background-color: #AAF164;
}
.BgClassName
{
background-color: #AAF164;
}
</style>
border-color css
<style>
span { border-color: #AAF164; }
span { border-color: rgb(170,241,100); }
td.TdClassName
{
border-color: #AAF164;
}
.TagClassName
{
border-color: #AAF164;
}
</style>