Shades of Conifer #AAFC5A
Tints of Conifer #AAFC5A
RGB
CMYK
RGB Variations
Color information
#AAFC5A (or 0xAAFC5A) is known color: Conifer. HEX triplet: AA, FC and 5A. RGB value is (170,252,90). Sum of RGB (Red+Green+Blue) = 170+252+90=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC5A is #5503A5. Grayscale: #D1D1D1. Windows color (decimal): -5571494 or 5962922. OLE color: 5962922.
HSL color Cylindrical-coordinate representation of color #AAFC5A: hue angle of 90.37º 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 #AAFC5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 90 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.01 |
| HSL | 90.37º | 0.96% | 0.67% | - |
| HSV(B) | 90.37º | 0.64% | 0.99% | - |
| XYZ | 53.23 | 78.91 | 22.1 | - |
| YUV | 209.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 90 | 0.33 | 0 | 0.64 | 0.01 | 90.37 | 0.96 | 0.67 |
| Hex | AA | FC | 5A | 21 | 0 | 40 | 1 | 5A | 60 | 43 |
| Octal | 252 | 374 | 132 | 41 | 0 | 100 | 1 | 132 | 140 | 103 |
| Binary | 10101010 | 11111100 | 1011010 | 100001 | 0 | 1000000 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #AAFC5A
Complementary color
Monochromatic Colors of #AAFC5A
Black with #AAFC5A
Text Example
Text Example
White with #AAFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC5A; }
p { color: rgb(170,252,90); }
H1.HeaderClassName
{
color: #AAFC5A;
}
.AnyTagClassName
{
color: #AAFC5A;
}
</style>
background-color css
<style>
a { background-color: #AAFC5A; }
a { background-color: rgb(170,252,90); }
div.DivClassName
{
background-color: #AAFC5A;
}
.BgClassName
{
background-color: #AAFC5A;
}
</style>
border-color css
<style>
span { border-color: #AAFC5A; }
span { border-color: rgb(170,252,90); }
td.TdClassName
{
border-color: #AAFC5A;
}
.TagClassName
{
border-color: #AAFC5A;
}
</style>