Shades of Conifer #AAF364
Tints of Conifer #AAF364
RGB
CMYK
RGB Variations
Color information
#AAF364 (or 0xAAF364) is known color: Conifer. HEX triplet: AA, F3 and 64. RGB value is (170,243,100). Sum of RGB (Red+Green+Blue) = 170+243+100=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF364 is #550C9B. Grayscale: #CDCDCD. Windows color (decimal): -5573788 or 6615978. OLE color: 6615978.
HSL color Cylindrical-coordinate representation of color #AAF364: hue angle of 90.63º degrees, saturation: 0.86, 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 #AAF364 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 100 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.05 |
| HSL | 90.63º | 0.86% | 0.67% | - |
| HSV(B) | 90.63º | 0.59% | 0.95% | - |
| XYZ | 50.93 | 73.57 | 23.57 | - |
| YUV | 204.87 | 68.82 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 100 | 0.30 | 0 | 0.59 | 0.05 | 90.63 | 0.86 | 0.67 |
| Hex | AA | F3 | 64 | 1E | 0 | 3B | 5 | 5B | 56 | 43 |
| Octal | 252 | 363 | 144 | 36 | 0 | 73 | 5 | 133 | 126 | 103 |
| Binary | 10101010 | 11110011 | 1100100 | 11110 | 0 | 111011 | 101 | 1011011 | 1010110 | 1000011 |
Color Harmonies of #AAF364
Complementary color
Monochromatic Colors of #AAF364
Black with #AAF364
Text Example
Text Example
White with #AAF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF364; }
p { color: rgb(170,243,100); }
H1.HeaderClassName
{
color: #AAF364;
}
.AnyTagClassName
{
color: #AAF364;
}
</style>
background-color css
<style>
a { background-color: #AAF364; }
a { background-color: rgb(170,243,100); }
div.DivClassName
{
background-color: #AAF364;
}
.BgClassName
{
background-color: #AAF364;
}
</style>
border-color css
<style>
span { border-color: #AAF364; }
span { border-color: rgb(170,243,100); }
td.TdClassName
{
border-color: #AAF364;
}
.TagClassName
{
border-color: #AAF364;
}
</style>