Shades of Conifer #AAFD5C
Tints of Conifer #AAFD5C
RGB
CMYK
RGB Variations
Color information
#AAFD5C (or 0xAAFD5C) is known color: Conifer. HEX triplet: AA, FD and 5C. RGB value is (170,253,92). Sum of RGB (Red+Green+Blue) = 170+253+92=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD5C is #5502A3. Grayscale: #D2D2D2. Windows color (decimal): -5571236 or 6094250. OLE color: 6094250.
HSL color Cylindrical-coordinate representation of color #AAFD5C: hue angle of 90.93º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFD5C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 92 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.01 |
| HSL | 90.93º | 0.98% | 0.68% | - |
| HSV(B) | 90.93º | 0.64% | 0.99% | - |
| XYZ | 53.63 | 79.57 | 22.66 | - |
| YUV | 209.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 92 | 0.33 | 0 | 0.64 | 0.01 | 90.93 | 0.98 | 0.68 |
| Hex | AA | FD | 5C | 21 | 0 | 40 | 1 | 5B | 62 | 44 |
| Octal | 252 | 375 | 134 | 41 | 0 | 100 | 1 | 133 | 142 | 104 |
| Binary | 10101010 | 11111101 | 1011100 | 100001 | 0 | 1000000 | 1 | 1011011 | 1100010 | 1000100 |
Color Harmonies of #AAFD5C
Complementary color
Monochromatic Colors of #AAFD5C
Black with #AAFD5C
Text Example
Text Example
White with #AAFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD5C; }
p { color: rgb(170,253,92); }
H1.HeaderClassName
{
color: #AAFD5C;
}
.AnyTagClassName
{
color: #AAFD5C;
}
</style>
background-color css
<style>
a { background-color: #AAFD5C; }
a { background-color: rgb(170,253,92); }
div.DivClassName
{
background-color: #AAFD5C;
}
.BgClassName
{
background-color: #AAFD5C;
}
</style>
border-color css
<style>
span { border-color: #AAFD5C; }
span { border-color: rgb(170,253,92); }
td.TdClassName
{
border-color: #AAFD5C;
}
.TagClassName
{
border-color: #AAFD5C;
}
</style>