Shades of Conifer #AACB64
Tints of Conifer #AACB64
RGB
CMYK
RGB Variations
Color information
#AACB64 (or 0xAACB64) is known color: Conifer. HEX triplet: AA, CB and 64. RGB value is (170,203,100). Sum of RGB (Red+Green+Blue) = 170+203+100=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB64 is #55349B. Grayscale: #B5B5B5. Windows color (decimal): -5584028 or 6605738. OLE color: 6605738.
HSL color Cylindrical-coordinate representation of color #AACB64: hue angle of 79.22º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AACB64 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 100 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.20 |
| HSL | 79.22º | 0.5% | 0.59% | - |
| HSV(B) | 79.22º | 0.51% | 0.8% | - |
| XYZ | 40.23 | 52.18 | 20.01 | - |
| YUV | 181.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 100 | 0.16 | 0 | 0.51 | 0.20 | 79.22 | 0.5 | 0.59 |
| Hex | AA | CB | 64 | 10 | 0 | 33 | 14 | 4F | 32 | 3B |
| Octal | 252 | 313 | 144 | 20 | 0 | 63 | 24 | 117 | 62 | 73 |
| Binary | 10101010 | 11001011 | 1100100 | 10000 | 0 | 110011 | 10100 | 1001111 | 110010 | 111011 |
Color Harmonies of #AACB64
Complementary color
Monochromatic Colors of #AACB64
Black with #AACB64
Text Example
Text Example
White with #AACB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB64; }
p { color: rgb(170,203,100); }
H1.HeaderClassName
{
color: #AACB64;
}
.AnyTagClassName
{
color: #AACB64;
}
</style>
background-color css
<style>
a { background-color: #AACB64; }
a { background-color: rgb(170,203,100); }
div.DivClassName
{
background-color: #AACB64;
}
.BgClassName
{
background-color: #AACB64;
}
</style>
border-color css
<style>
span { border-color: #AACB64; }
span { border-color: rgb(170,203,100); }
td.TdClassName
{
border-color: #AACB64;
}
.TagClassName
{
border-color: #AACB64;
}
</style>