Shades of Conifer #AACF5E
Tints of Conifer #AACF5E
RGB
CMYK
RGB Variations
Color information
#AACF5E (or 0xAACF5E) is known color: Conifer. HEX triplet: AA, CF and 5E. RGB value is (170,207,94). Sum of RGB (Red+Green+Blue) = 170+207+94=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF5E is #5530A1. Grayscale: #B7B7B7. Windows color (decimal): -5583010 or 6213546. OLE color: 6213546.
HSL color Cylindrical-coordinate representation of color #AACF5E: hue angle of 79.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACF5E is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 94 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.19 |
| HSL | 79.65º | 0.54% | 0.59% | - |
| HSV(B) | 79.65º | 0.55% | 0.81% | - |
| XYZ | 40.91 | 53.98 | 18.85 | - |
| YUV | 183.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 94 | 0.18 | 0 | 0.55 | 0.19 | 79.65 | 0.54 | 0.59 |
| Hex | AA | CF | 5E | 12 | 0 | 37 | 13 | 50 | 36 | 3B |
| Octal | 252 | 317 | 136 | 22 | 0 | 67 | 23 | 120 | 66 | 73 |
| Binary | 10101010 | 11001111 | 1011110 | 10010 | 0 | 110111 | 10011 | 1010000 | 110110 | 111011 |
Color Harmonies of #AACF5E
Complementary color
Monochromatic Colors of #AACF5E
Black with #AACF5E
Text Example
Text Example
White with #AACF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF5E; }
p { color: rgb(170,207,94); }
H1.HeaderClassName
{
color: #AACF5E;
}
.AnyTagClassName
{
color: #AACF5E;
}
</style>
background-color css
<style>
a { background-color: #AACF5E; }
a { background-color: rgb(170,207,94); }
div.DivClassName
{
background-color: #AACF5E;
}
.BgClassName
{
background-color: #AACF5E;
}
</style>
border-color css
<style>
span { border-color: #AACF5E; }
span { border-color: rgb(170,207,94); }
td.TdClassName
{
border-color: #AACF5E;
}
.TagClassName
{
border-color: #AACF5E;
}
</style>