Shades of Conifer #AAFC5C
Tints of Conifer #AAFC5C
RGB
CMYK
RGB Variations
Color information
#AAFC5C (or 0xAAFC5C) is known color: Conifer. HEX triplet: AA, FC and 5C. RGB value is (170,252,92). Sum of RGB (Red+Green+Blue) = 170+252+92=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC5C is #5503A3. Grayscale: #D1D1D1. Windows color (decimal): -5571492 or 6093994. OLE color: 6093994.
HSL color Cylindrical-coordinate representation of color #AAFC5C: hue angle of 90.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFC5C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 92 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.01 |
| HSL | 90.75º | 0.96% | 0.67% | - |
| HSV(B) | 90.75º | 0.63% | 0.99% | - |
| XYZ | 53.32 | 78.94 | 22.55 | - |
| YUV | 209.24 | 61.83 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 92 | 0.33 | 0 | 0.63 | 0.01 | 90.75 | 0.96 | 0.67 |
| Hex | AA | FC | 5C | 21 | 0 | 3F | 1 | 5B | 60 | 43 |
| Octal | 252 | 374 | 134 | 41 | 0 | 77 | 1 | 133 | 140 | 103 |
| Binary | 10101010 | 11111100 | 1011100 | 100001 | 0 | 111111 | 1 | 1011011 | 1100000 | 1000011 |
Color Harmonies of #AAFC5C
Complementary color
Monochromatic Colors of #AAFC5C
Black with #AAFC5C
Text Example
Text Example
White with #AAFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC5C; }
p { color: rgb(170,252,92); }
H1.HeaderClassName
{
color: #AAFC5C;
}
.AnyTagClassName
{
color: #AAFC5C;
}
</style>
background-color css
<style>
a { background-color: #AAFC5C; }
a { background-color: rgb(170,252,92); }
div.DivClassName
{
background-color: #AAFC5C;
}
.BgClassName
{
background-color: #AAFC5C;
}
</style>
border-color css
<style>
span { border-color: #AAFC5C; }
span { border-color: rgb(170,252,92); }
td.TdClassName
{
border-color: #AAFC5C;
}
.TagClassName
{
border-color: #AAFC5C;
}
</style>