Shades of Conifer #AACC5B
Tints of Conifer #AACC5B
RGB
CMYK
RGB Variations
Color information
#AACC5B (or 0xAACC5B) is known color: Conifer. HEX triplet: AA, CC and 5B. RGB value is (170,204,91). Sum of RGB (Red+Green+Blue) = 170+204+91=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5B is #5533A4. Grayscale: #B5B5B5. Windows color (decimal): -5583781 or 6016170. OLE color: 6016170.
HSL color Cylindrical-coordinate representation of color #AACC5B: hue angle of 78.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACC5B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 91 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.2 |
| HSL | 78.05º | 0.53% | 0.58% | - |
| HSV(B) | 78.05º | 0.55% | 0.8% | - |
| XYZ | 40.06 | 52.49 | 17.92 | - |
| YUV | 180.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 91 | 0.17 | 0 | 0.55 | 0.2 | 78.05 | 0.53 | 0.58 |
| Hex | AA | CC | 5B | 11 | 0 | 37 | 14 | 4E | 35 | 3A |
| Octal | 252 | 314 | 133 | 21 | 0 | 67 | 24 | 116 | 65 | 72 |
| Binary | 10101010 | 11001100 | 1011011 | 10001 | 0 | 110111 | 10100 | 1001110 | 110101 | 111010 |
Color Harmonies of #AACC5B
Complementary color
Monochromatic Colors of #AACC5B
Black with #AACC5B
Text Example
Text Example
White with #AACC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC5B; }
p { color: rgb(170,204,91); }
H1.HeaderClassName
{
color: #AACC5B;
}
.AnyTagClassName
{
color: #AACC5B;
}
</style>
background-color css
<style>
a { background-color: #AACC5B; }
a { background-color: rgb(170,204,91); }
div.DivClassName
{
background-color: #AACC5B;
}
.BgClassName
{
background-color: #AACC5B;
}
</style>
border-color css
<style>
span { border-color: #AACC5B; }
span { border-color: rgb(170,204,91); }
td.TdClassName
{
border-color: #AACC5B;
}
.TagClassName
{
border-color: #AACC5B;
}
</style>