Shades of Conifer #AAFD54
Tints of Conifer #AAFD54
RGB
CMYK
RGB Variations
Color information
#AAFD54 (or 0xAAFD54) is known color: Conifer. HEX triplet: AA, FD and 54. RGB value is (170,253,84). Sum of RGB (Red+Green+Blue) = 170+253+84=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD54 is #5502AB. Grayscale: #D1D1D1. Windows color (decimal): -5571244 or 5569962. OLE color: 5569962.
HSL color Cylindrical-coordinate representation of color #AAFD54: hue angle of 89.47º 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 #AAFD54 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 84 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.01 |
| HSL | 89.47º | 0.98% | 0.66% | - |
| HSV(B) | 89.47º | 0.67% | 0.99% | - |
| XYZ | 53.3 | 79.44 | 20.91 | - |
| YUV | 208.92 | 57.5 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 84 | 0.33 | 0 | 0.67 | 0.01 | 89.47 | 0.98 | 0.66 |
| Hex | AA | FD | 54 | 21 | 0 | 43 | 1 | 59 | 62 | 42 |
| Octal | 252 | 375 | 124 | 41 | 0 | 103 | 1 | 131 | 142 | 102 |
| Binary | 10101010 | 11111101 | 1010100 | 100001 | 0 | 1000011 | 1 | 1011001 | 1100010 | 1000010 |
Color Harmonies of #AAFD54
Complementary color
Monochromatic Colors of #AAFD54
Black with #AAFD54
Text Example
Text Example
White with #AAFD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD54; }
p { color: rgb(170,253,84); }
H1.HeaderClassName
{
color: #AAFD54;
}
.AnyTagClassName
{
color: #AAFD54;
}
</style>
background-color css
<style>
a { background-color: #AAFD54; }
a { background-color: rgb(170,253,84); }
div.DivClassName
{
background-color: #AAFD54;
}
.BgClassName
{
background-color: #AAFD54;
}
</style>
border-color css
<style>
span { border-color: #AAFD54; }
span { border-color: rgb(170,253,84); }
td.TdClassName
{
border-color: #AAFD54;
}
.TagClassName
{
border-color: #AAFD54;
}
</style>