Shades of Conifer #AAFC5B
Tints of Conifer #AAFC5B
RGB
CMYK
RGB Variations
Color information
#AAFC5B (or 0xAAFC5B) is known color: Conifer. HEX triplet: AA, FC and 5B. RGB value is (170,252,91). Sum of RGB (Red+Green+Blue) = 170+252+91=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC5B is #5503A4. Grayscale: #D1D1D1. Windows color (decimal): -5571493 or 6028458. OLE color: 6028458.
HSL color Cylindrical-coordinate representation of color #AAFC5B: hue angle of 90.56º degrees, saturation: 0.96, 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 #AAFC5B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 91 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.01 |
| HSL | 90.56º | 0.96% | 0.67% | - |
| HSV(B) | 90.56º | 0.64% | 0.99% | - |
| XYZ | 53.28 | 78.92 | 22.32 | - |
| YUV | 209.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 91 | 0.33 | 0 | 0.64 | 0.01 | 90.56 | 0.96 | 0.67 |
| Hex | AA | FC | 5B | 21 | 0 | 40 | 1 | 5B | 60 | 43 |
| Octal | 252 | 374 | 133 | 41 | 0 | 100 | 1 | 133 | 140 | 103 |
| Binary | 10101010 | 11111100 | 1011011 | 100001 | 0 | 1000000 | 1 | 1011011 | 1100000 | 1000011 |
Color Harmonies of #AAFC5B
Complementary color
Monochromatic Colors of #AAFC5B
Black with #AAFC5B
Text Example
Text Example
White with #AAFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC5B; }
p { color: rgb(170,252,91); }
H1.HeaderClassName
{
color: #AAFC5B;
}
.AnyTagClassName
{
color: #AAFC5B;
}
</style>
background-color css
<style>
a { background-color: #AAFC5B; }
a { background-color: rgb(170,252,91); }
div.DivClassName
{
background-color: #AAFC5B;
}
.BgClassName
{
background-color: #AAFC5B;
}
</style>
border-color css
<style>
span { border-color: #AAFC5B; }
span { border-color: rgb(170,252,91); }
td.TdClassName
{
border-color: #AAFC5B;
}
.TagClassName
{
border-color: #AAFC5B;
}
</style>