Shades of Conifer #AAFD58
Tints of Conifer #AAFD58
RGB
CMYK
RGB Variations
Color information
#AAFD58 (or 0xAAFD58) is known color: Conifer. HEX triplet: AA, FD and 58. RGB value is (170,253,88). Sum of RGB (Red+Green+Blue) = 170+253+88=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD58 is #5502A7. Grayscale: #D1D1D1. Windows color (decimal): -5571240 or 5832106. OLE color: 5832106.
HSL color Cylindrical-coordinate representation of color #AAFD58: hue angle of 90.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAFD58 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 88 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.01 |
| HSL | 90.18º | 0.98% | 0.67% | - |
| HSV(B) | 90.18º | 0.65% | 0.99% | - |
| XYZ | 53.46 | 79.5 | 21.76 | - |
| YUV | 209.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 88 | 0.33 | 0 | 0.65 | 0.01 | 90.18 | 0.98 | 0.67 |
| Hex | AA | FD | 58 | 21 | 0 | 41 | 1 | 5A | 62 | 43 |
| Octal | 252 | 375 | 130 | 41 | 0 | 101 | 1 | 132 | 142 | 103 |
| Binary | 10101010 | 11111101 | 1011000 | 100001 | 0 | 1000001 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #AAFD58
Complementary color
Monochromatic Colors of #AAFD58
Black with #AAFD58
Text Example
Text Example
White with #AAFD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD58; }
p { color: rgb(170,253,88); }
H1.HeaderClassName
{
color: #AAFD58;
}
.AnyTagClassName
{
color: #AAFD58;
}
</style>
background-color css
<style>
a { background-color: #AAFD58; }
a { background-color: rgb(170,253,88); }
div.DivClassName
{
background-color: #AAFD58;
}
.BgClassName
{
background-color: #AAFD58;
}
</style>
border-color css
<style>
span { border-color: #AAFD58; }
span { border-color: rgb(170,253,88); }
td.TdClassName
{
border-color: #AAFD58;
}
.TagClassName
{
border-color: #AAFD58;
}
</style>