Shades of Conifer #AAFD5A
Tints of Conifer #AAFD5A
RGB
CMYK
RGB Variations
Color information
#AAFD5A (or 0xAAFD5A) is known color: Conifer. HEX triplet: AA, FD and 5A. RGB value is (170,253,90). Sum of RGB (Red+Green+Blue) = 170+253+90=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD5A is #5502A5. Grayscale: #D2D2D2. Windows color (decimal): -5571238 or 5963178. OLE color: 5963178.
HSL color Cylindrical-coordinate representation of color #AAFD5A: hue angle of 90.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFD5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 90 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.01 |
| HSL | 90.55º | 0.98% | 0.67% | - |
| HSV(B) | 90.55º | 0.64% | 0.99% | - |
| XYZ | 53.55 | 79.53 | 22.2 | - |
| YUV | 209.6 | 60.5 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 90 | 0.33 | 0 | 0.64 | 0.01 | 90.55 | 0.98 | 0.67 |
| Hex | AA | FD | 5A | 21 | 0 | 40 | 1 | 5B | 62 | 43 |
| Octal | 252 | 375 | 132 | 41 | 0 | 100 | 1 | 133 | 142 | 103 |
| Binary | 10101010 | 11111101 | 1011010 | 100001 | 0 | 1000000 | 1 | 1011011 | 1100010 | 1000011 |
Color Harmonies of #AAFD5A
Complementary color
Monochromatic Colors of #AAFD5A
Black with #AAFD5A
Text Example
Text Example
White with #AAFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD5A; }
p { color: rgb(170,253,90); }
H1.HeaderClassName
{
color: #AAFD5A;
}
.AnyTagClassName
{
color: #AAFD5A;
}
</style>
background-color css
<style>
a { background-color: #AAFD5A; }
a { background-color: rgb(170,253,90); }
div.DivClassName
{
background-color: #AAFD5A;
}
.BgClassName
{
background-color: #AAFD5A;
}
</style>
border-color css
<style>
span { border-color: #AAFD5A; }
span { border-color: rgb(170,253,90); }
td.TdClassName
{
border-color: #AAFD5A;
}
.TagClassName
{
border-color: #AAFD5A;
}
</style>