Shades of Conifer #AAFD59
Tints of Conifer #AAFD59
RGB
CMYK
RGB Variations
Color information
#AAFD59 (or 0xAAFD59) is known color: Conifer. HEX triplet: AA, FD and 59. RGB value is (170,253,89). Sum of RGB (Red+Green+Blue) = 170+253+89=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD59 is #5502A6. Grayscale: #D2D2D2. Windows color (decimal): -5571239 or 5897642. OLE color: 5897642.
HSL color Cylindrical-coordinate representation of color #AAFD59: hue angle of 90.37º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAFD59 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 89 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.01 |
| HSL | 90.37º | 0.98% | 0.67% | - |
| HSV(B) | 90.37º | 0.65% | 0.99% | - |
| XYZ | 53.51 | 79.52 | 21.98 | - |
| YUV | 209.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 89 | 0.33 | 0 | 0.65 | 0.01 | 90.37 | 0.98 | 0.67 |
| Hex | AA | FD | 59 | 21 | 0 | 41 | 1 | 5A | 62 | 43 |
| Octal | 252 | 375 | 131 | 41 | 0 | 101 | 1 | 132 | 142 | 103 |
| Binary | 10101010 | 11111101 | 1011001 | 100001 | 0 | 1000001 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #AAFD59
Complementary color
Monochromatic Colors of #AAFD59
Black with #AAFD59
Text Example
Text Example
White with #AAFD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD59; }
p { color: rgb(170,253,89); }
H1.HeaderClassName
{
color: #AAFD59;
}
.AnyTagClassName
{
color: #AAFD59;
}
</style>
background-color css
<style>
a { background-color: #AAFD59; }
a { background-color: rgb(170,253,89); }
div.DivClassName
{
background-color: #AAFD59;
}
.BgClassName
{
background-color: #AAFD59;
}
</style>
border-color css
<style>
span { border-color: #AAFD59; }
span { border-color: rgb(170,253,89); }
td.TdClassName
{
border-color: #AAFD59;
}
.TagClassName
{
border-color: #AAFD59;
}
</style>