Shades of Conifer #AAFD5F
Tints of Conifer #AAFD5F
RGB
CMYK
RGB Variations
Color information
#AAFD5F (or 0xAAFD5F) is known color: Conifer. HEX triplet: AA, FD and 5F. RGB value is (170,253,95). Sum of RGB (Red+Green+Blue) = 170+253+95=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD5F is #5502A0. Grayscale: #D2D2D2. Windows color (decimal): -5571233 or 6290858. OLE color: 6290858.
HSL color Cylindrical-coordinate representation of color #AAFD5F: hue angle of 91.52º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAFD5F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 95 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.01 |
| HSL | 91.52º | 0.98% | 0.68% | - |
| HSV(B) | 91.52º | 0.62% | 0.99% | - |
| XYZ | 53.77 | 79.62 | 23.36 | - |
| YUV | 210.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 95 | 0.33 | 0 | 0.62 | 0.01 | 91.52 | 0.98 | 0.68 |
| Hex | AA | FD | 5F | 21 | 0 | 3E | 1 | 5C | 62 | 44 |
| Octal | 252 | 375 | 137 | 41 | 0 | 76 | 1 | 134 | 142 | 104 |
| Binary | 10101010 | 11111101 | 1011111 | 100001 | 0 | 111110 | 1 | 1011100 | 1100010 | 1000100 |
Color Harmonies of #AAFD5F
Complementary color
Monochromatic Colors of #AAFD5F
Black with #AAFD5F
Text Example
Text Example
White with #AAFD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD5F; }
p { color: rgb(170,253,95); }
H1.HeaderClassName
{
color: #AAFD5F;
}
.AnyTagClassName
{
color: #AAFD5F;
}
</style>
background-color css
<style>
a { background-color: #AAFD5F; }
a { background-color: rgb(170,253,95); }
div.DivClassName
{
background-color: #AAFD5F;
}
.BgClassName
{
background-color: #AAFD5F;
}
</style>
border-color css
<style>
span { border-color: #AAFD5F; }
span { border-color: rgb(170,253,95); }
td.TdClassName
{
border-color: #AAFD5F;
}
.TagClassName
{
border-color: #AAFD5F;
}
</style>