Shades of Conifer #AACB5D
Tints of Conifer #AACB5D
RGB
CMYK
RGB Variations
Color information
#AACB5D (or 0xAACB5D) is known color: Conifer. HEX triplet: AA, CB and 5D. RGB value is (170,203,93). Sum of RGB (Red+Green+Blue) = 170+203+93=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB5D is #5534A2. Grayscale: #B4B4B4. Windows color (decimal): -5584035 or 6146986. OLE color: 6146986.
HSL color Cylindrical-coordinate representation of color #AACB5D: hue angle of 78º 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 #AACB5D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 93 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.20 |
| HSL | 78º | 0.51% | 0.58% | - |
| HSV(B) | 78º | 0.54% | 0.8% | - |
| XYZ | 39.91 | 52.05 | 18.3 | - |
| YUV | 180.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 93 | 0.16 | 0 | 0.54 | 0.20 | 78 | 0.51 | 0.58 |
| Hex | AA | CB | 5D | 10 | 0 | 36 | 14 | 4E | 33 | 3A |
| Octal | 252 | 313 | 135 | 20 | 0 | 66 | 24 | 116 | 63 | 72 |
| Binary | 10101010 | 11001011 | 1011101 | 10000 | 0 | 110110 | 10100 | 1001110 | 110011 | 111010 |
Color Harmonies of #AACB5D
Complementary color
Monochromatic Colors of #AACB5D
Black with #AACB5D
Text Example
Text Example
White with #AACB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB5D; }
p { color: rgb(170,203,93); }
H1.HeaderClassName
{
color: #AACB5D;
}
.AnyTagClassName
{
color: #AACB5D;
}
</style>
background-color css
<style>
a { background-color: #AACB5D; }
a { background-color: rgb(170,203,93); }
div.DivClassName
{
background-color: #AACB5D;
}
.BgClassName
{
background-color: #AACB5D;
}
</style>
border-color css
<style>
span { border-color: #AACB5D; }
span { border-color: rgb(170,203,93); }
td.TdClassName
{
border-color: #AACB5D;
}
.TagClassName
{
border-color: #AACB5D;
}
</style>