Shades of Conifer #AACB5E
Tints of Conifer #AACB5E
RGB
CMYK
RGB Variations
Color information
#AACB5E (or 0xAACB5E) is known color: Conifer. HEX triplet: AA, CB and 5E. RGB value is (170,203,94). Sum of RGB (Red+Green+Blue) = 170+203+94=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB5E is #5534A1. Grayscale: #B5B5B5. Windows color (decimal): -5584034 or 6212522. OLE color: 6212522.
HSL color Cylindrical-coordinate representation of color #AACB5E: hue angle of 78.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACB5E is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 94 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.20 |
| HSL | 78.17º | 0.51% | 0.58% | - |
| HSV(B) | 78.17º | 0.54% | 0.8% | - |
| XYZ | 39.95 | 52.07 | 18.53 | - |
| YUV | 180.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 94 | 0.16 | 0 | 0.54 | 0.20 | 78.17 | 0.51 | 0.58 |
| Hex | AA | CB | 5E | 10 | 0 | 36 | 14 | 4E | 33 | 3A |
| Octal | 252 | 313 | 136 | 20 | 0 | 66 | 24 | 116 | 63 | 72 |
| Binary | 10101010 | 11001011 | 1011110 | 10000 | 0 | 110110 | 10100 | 1001110 | 110011 | 111010 |
Color Harmonies of #AACB5E
Complementary color
Monochromatic Colors of #AACB5E
Black with #AACB5E
Text Example
Text Example
White with #AACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB5E; }
p { color: rgb(170,203,94); }
H1.HeaderClassName
{
color: #AACB5E;
}
.AnyTagClassName
{
color: #AACB5E;
}
</style>
background-color css
<style>
a { background-color: #AACB5E; }
a { background-color: rgb(170,203,94); }
div.DivClassName
{
background-color: #AACB5E;
}
.BgClassName
{
background-color: #AACB5E;
}
</style>
border-color css
<style>
span { border-color: #AACB5E; }
span { border-color: rgb(170,203,94); }
td.TdClassName
{
border-color: #AACB5E;
}
.TagClassName
{
border-color: #AACB5E;
}
</style>