Shades of Conifer #AACF54
Tints of Conifer #AACF54
RGB
CMYK
RGB Variations
Color information
#AACF54 (or 0xAACF54) is known color: Conifer. HEX triplet: AA, CF and 54. RGB value is (170,207,84). Sum of RGB (Red+Green+Blue) = 170+207+84=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF54 is #5530AB. Grayscale: #B6B6B6. Windows color (decimal): -5583020 or 5558186. OLE color: 5558186.
HSL color Cylindrical-coordinate representation of color #AACF54: hue angle of 78.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AACF54 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 84 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.19 |
| HSL | 78.05º | 0.56% | 0.57% | - |
| HSV(B) | 78.05º | 0.59% | 0.81% | - |
| XYZ | 40.49 | 53.81 | 16.64 | - |
| YUV | 181.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 84 | 0.18 | 0 | 0.59 | 0.19 | 78.05 | 0.56 | 0.57 |
| Hex | AA | CF | 54 | 12 | 0 | 3B | 13 | 4E | 38 | 39 |
| Octal | 252 | 317 | 124 | 22 | 0 | 73 | 23 | 116 | 70 | 71 |
| Binary | 10101010 | 11001111 | 1010100 | 10010 | 0 | 111011 | 10011 | 1001110 | 111000 | 111001 |
Color Harmonies of #AACF54
Complementary color
Monochromatic Colors of #AACF54
Black with #AACF54
Text Example
Text Example
White with #AACF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF54; }
p { color: rgb(170,207,84); }
H1.HeaderClassName
{
color: #AACF54;
}
.AnyTagClassName
{
color: #AACF54;
}
</style>
background-color css
<style>
a { background-color: #AACF54; }
a { background-color: rgb(170,207,84); }
div.DivClassName
{
background-color: #AACF54;
}
.BgClassName
{
background-color: #AACF54;
}
</style>
border-color css
<style>
span { border-color: #AACF54; }
span { border-color: rgb(170,207,84); }
td.TdClassName
{
border-color: #AACF54;
}
.TagClassName
{
border-color: #AACF54;
}
</style>