Shades of Conifer #AAFC58
Tints of Conifer #AAFC58
RGB
CMYK
RGB Variations
Color information
#AAFC58 (or 0xAAFC58) is known color: Conifer. HEX triplet: AA, FC and 58. RGB value is (170,252,88). Sum of RGB (Red+Green+Blue) = 170+252+88=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC58 is #5503A7. Grayscale: #D1D1D1. Windows color (decimal): -5571496 or 5831850. OLE color: 5831850.
HSL color Cylindrical-coordinate representation of color #AAFC58: hue angle of 90º degrees, saturation: 0.96, 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 #AAFC58 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 88 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.01 |
| HSL | 90º | 0.96% | 0.67% | - |
| HSV(B) | 90º | 0.65% | 0.99% | - |
| XYZ | 53.15 | 78.87 | 21.65 | - |
| YUV | 208.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 88 | 0.33 | 0 | 0.65 | 0.01 | 90 | 0.96 | 0.67 |
| Hex | AA | FC | 58 | 21 | 0 | 41 | 1 | 5A | 60 | 43 |
| Octal | 252 | 374 | 130 | 41 | 0 | 101 | 1 | 132 | 140 | 103 |
| Binary | 10101010 | 11111100 | 1011000 | 100001 | 0 | 1000001 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #AAFC58
Complementary color
Monochromatic Colors of #AAFC58
Black with #AAFC58
Text Example
Text Example
White with #AAFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC58; }
p { color: rgb(170,252,88); }
H1.HeaderClassName
{
color: #AAFC58;
}
.AnyTagClassName
{
color: #AAFC58;
}
</style>
background-color css
<style>
a { background-color: #AAFC58; }
a { background-color: rgb(170,252,88); }
div.DivClassName
{
background-color: #AAFC58;
}
.BgClassName
{
background-color: #AAFC58;
}
</style>
border-color css
<style>
span { border-color: #AAFC58; }
span { border-color: rgb(170,252,88); }
td.TdClassName
{
border-color: #AAFC58;
}
.TagClassName
{
border-color: #AAFC58;
}
</style>