Shades of Conifer #AAFC63
Tints of Conifer #AAFC63
RGB
CMYK
RGB Variations
Color information
#AAFC63 (or 0xAAFC63) is known color: Conifer. HEX triplet: AA, FC and 63. RGB value is (170,252,99). Sum of RGB (Red+Green+Blue) = 170+252+99=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC63 is #55039C. Grayscale: #D2D2D2. Windows color (decimal): -5571485 or 6552746. OLE color: 6552746.
HSL color Cylindrical-coordinate representation of color #AAFC63: hue angle of 92.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAFC63 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 99 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.01 |
| HSL | 92.16º | 0.96% | 0.69% | - |
| HSV(B) | 92.16º | 0.61% | 0.99% | - |
| XYZ | 53.64 | 79.07 | 24.24 | - |
| YUV | 210.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 99 | 0.33 | 0 | 0.61 | 0.01 | 92.16 | 0.96 | 0.69 |
| Hex | AA | FC | 63 | 21 | 0 | 3D | 1 | 5C | 60 | 45 |
| Octal | 252 | 374 | 143 | 41 | 0 | 75 | 1 | 134 | 140 | 105 |
| Binary | 10101010 | 11111100 | 1100011 | 100001 | 0 | 111101 | 1 | 1011100 | 1100000 | 1000101 |
Color Harmonies of #AAFC63
Complementary color
Monochromatic Colors of #AAFC63
Black with #AAFC63
Text Example
Text Example
White with #AAFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC63; }
p { color: rgb(170,252,99); }
H1.HeaderClassName
{
color: #AAFC63;
}
.AnyTagClassName
{
color: #AAFC63;
}
</style>
background-color css
<style>
a { background-color: #AAFC63; }
a { background-color: rgb(170,252,99); }
div.DivClassName
{
background-color: #AAFC63;
}
.BgClassName
{
background-color: #AAFC63;
}
</style>
border-color css
<style>
span { border-color: #AAFC63; }
span { border-color: rgb(170,252,99); }
td.TdClassName
{
border-color: #AAFC63;
}
.TagClassName
{
border-color: #AAFC63;
}
</style>