Shades of Conifer #AACF58
Tints of Conifer #AACF58
RGB
CMYK
RGB Variations
Color information
#AACF58 (or 0xAACF58) is known color: Conifer. HEX triplet: AA, CF and 58. RGB value is (170,207,88). Sum of RGB (Red+Green+Blue) = 170+207+88=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF58 is #5530A7. Grayscale: #B6B6B6. Windows color (decimal): -5583016 or 5820330. OLE color: 5820330.
HSL color Cylindrical-coordinate representation of color #AACF58: hue angle of 78.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AACF58 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 88 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.19 |
| HSL | 78.66º | 0.55% | 0.58% | - |
| HSV(B) | 78.66º | 0.57% | 0.81% | - |
| XYZ | 40.65 | 53.88 | 17.49 | - |
| YUV | 182.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 88 | 0.18 | 0 | 0.57 | 0.19 | 78.66 | 0.55 | 0.58 |
| Hex | AA | CF | 58 | 12 | 0 | 39 | 13 | 4F | 37 | 3A |
| Octal | 252 | 317 | 130 | 22 | 0 | 71 | 23 | 117 | 67 | 72 |
| Binary | 10101010 | 11001111 | 1011000 | 10010 | 0 | 111001 | 10011 | 1001111 | 110111 | 111010 |
Color Harmonies of #AACF58
Complementary color
Monochromatic Colors of #AACF58
Black with #AACF58
Text Example
Text Example
White with #AACF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF58; }
p { color: rgb(170,207,88); }
H1.HeaderClassName
{
color: #AACF58;
}
.AnyTagClassName
{
color: #AACF58;
}
</style>
background-color css
<style>
a { background-color: #AACF58; }
a { background-color: rgb(170,207,88); }
div.DivClassName
{
background-color: #AACF58;
}
.BgClassName
{
background-color: #AACF58;
}
</style>
border-color css
<style>
span { border-color: #AACF58; }
span { border-color: rgb(170,207,88); }
td.TdClassName
{
border-color: #AACF58;
}
.TagClassName
{
border-color: #AACF58;
}
</style>