Shades of Conifer #AAFD53
Tints of Conifer #AAFD53
RGB
CMYK
RGB Variations
Color information
#AAFD53 (or 0xAAFD53) is known color: Conifer. HEX triplet: AA, FD and 53. RGB value is (170,253,83). Sum of RGB (Red+Green+Blue) = 170+253+83=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD53 is #5502AC. Grayscale: #D1D1D1. Windows color (decimal): -5571245 or 5504426. OLE color: 5504426.
HSL color Cylindrical-coordinate representation of color #AAFD53: hue angle of 89.29º degrees, saturation: 0.98, 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 #AAFD53 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 83 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.01 |
| HSL | 89.29º | 0.98% | 0.66% | - |
| HSV(B) | 89.29º | 0.67% | 0.99% | - |
| XYZ | 53.26 | 79.42 | 20.71 | - |
| YUV | 208.8 | 57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 83 | 0.33 | 0 | 0.67 | 0.01 | 89.29 | 0.98 | 0.66 |
| Hex | AA | FD | 53 | 21 | 0 | 43 | 1 | 59 | 62 | 42 |
| Octal | 252 | 375 | 123 | 41 | 0 | 103 | 1 | 131 | 142 | 102 |
| Binary | 10101010 | 11111101 | 1010011 | 100001 | 0 | 1000011 | 1 | 1011001 | 1100010 | 1000010 |
Color Harmonies of #AAFD53
Complementary color
Monochromatic Colors of #AAFD53
Black with #AAFD53
Text Example
Text Example
White with #AAFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD53; }
p { color: rgb(170,253,83); }
H1.HeaderClassName
{
color: #AAFD53;
}
.AnyTagClassName
{
color: #AAFD53;
}
</style>
background-color css
<style>
a { background-color: #AAFD53; }
a { background-color: rgb(170,253,83); }
div.DivClassName
{
background-color: #AAFD53;
}
.BgClassName
{
background-color: #AAFD53;
}
</style>
border-color css
<style>
span { border-color: #AAFD53; }
span { border-color: rgb(170,253,83); }
td.TdClassName
{
border-color: #AAFD53;
}
.TagClassName
{
border-color: #AAFD53;
}
</style>