Shades of Conifer #AAFC53
Tints of Conifer #AAFC53
RGB
CMYK
RGB Variations
Color information
#AAFC53 (or 0xAAFC53) is known color: Conifer. HEX triplet: AA, FC and 53. RGB value is (170,252,83). Sum of RGB (Red+Green+Blue) = 170+252+83=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC53 is #5503AC. Grayscale: #D0D0D0. Windows color (decimal): -5571501 or 5504170. OLE color: 5504170.
HSL color Cylindrical-coordinate representation of color #AAFC53: hue angle of 89.11º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAFC53 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 83 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.01 |
| HSL | 89.11º | 0.97% | 0.66% | - |
| HSV(B) | 89.11º | 0.67% | 0.99% | - |
| XYZ | 52.95 | 78.79 | 20.6 | - |
| YUV | 208.22 | 57.33 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 83 | 0.33 | 0 | 0.67 | 0.01 | 89.11 | 0.97 | 0.66 |
| Hex | AA | FC | 53 | 21 | 0 | 43 | 1 | 59 | 61 | 42 |
| Octal | 252 | 374 | 123 | 41 | 0 | 103 | 1 | 131 | 141 | 102 |
| Binary | 10101010 | 11111100 | 1010011 | 100001 | 0 | 1000011 | 1 | 1011001 | 1100001 | 1000010 |
Color Harmonies of #AAFC53
Complementary color
Monochromatic Colors of #AAFC53
Black with #AAFC53
Text Example
Text Example
White with #AAFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC53; }
p { color: rgb(170,252,83); }
H1.HeaderClassName
{
color: #AAFC53;
}
.AnyTagClassName
{
color: #AAFC53;
}
</style>
background-color css
<style>
a { background-color: #AAFC53; }
a { background-color: rgb(170,252,83); }
div.DivClassName
{
background-color: #AAFC53;
}
.BgClassName
{
background-color: #AAFC53;
}
</style>
border-color css
<style>
span { border-color: #AAFC53; }
span { border-color: rgb(170,252,83); }
td.TdClassName
{
border-color: #AAFC53;
}
.TagClassName
{
border-color: #AAFC53;
}
</style>