Shades of Conifer #AAF569
Tints of Conifer #AAF569
RGB
CMYK
RGB Variations
Color information
#AAF569 (or 0xAAF569) is known color: Conifer. HEX triplet: AA, F5 and 69. RGB value is (170,245,105). Sum of RGB (Red+Green+Blue) = 170+245+105=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF569 is #550A96. Grayscale: #CFCFCF. Windows color (decimal): -5573271 or 6944170. OLE color: 6944170.
HSL color Cylindrical-coordinate representation of color #AAF569: hue angle of 92.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF569 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 105 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.04 |
| HSL | 92.14º | 0.88% | 0.69% | - |
| HSV(B) | 92.14º | 0.57% | 0.96% | - |
| XYZ | 51.78 | 74.87 | 25.09 | - |
| YUV | 206.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 105 | 0.31 | 0 | 0.57 | 0.04 | 92.14 | 0.88 | 0.69 |
| Hex | AA | F5 | 69 | 1F | 0 | 39 | 4 | 5C | 58 | 45 |
| Octal | 252 | 365 | 151 | 37 | 0 | 71 | 4 | 134 | 130 | 105 |
| Binary | 10101010 | 11110101 | 1101001 | 11111 | 0 | 111001 | 100 | 1011100 | 1011000 | 1000101 |
Color Harmonies of #AAF569
Complementary color
Monochromatic Colors of #AAF569
Black with #AAF569
Text Example
Text Example
White with #AAF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF569; }
p { color: rgb(170,245,105); }
H1.HeaderClassName
{
color: #AAF569;
}
.AnyTagClassName
{
color: #AAF569;
}
</style>
background-color css
<style>
a { background-color: #AAF569; }
a { background-color: rgb(170,245,105); }
div.DivClassName
{
background-color: #AAF569;
}
.BgClassName
{
background-color: #AAF569;
}
</style>
border-color css
<style>
span { border-color: #AAF569; }
span { border-color: rgb(170,245,105); }
td.TdClassName
{
border-color: #AAF569;
}
.TagClassName
{
border-color: #AAF569;
}
</style>