Shades of Conifer #AACC4B
Tints of Conifer #AACC4B
RGB
CMYK
RGB Variations
Color information
#AACC4B (or 0xAACC4B) is known color: Conifer. HEX triplet: AA, CC and 4B. RGB value is (170,204,75). Sum of RGB (Red+Green+Blue) = 170+204+75=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC4B is #5533B4. Grayscale: #B3B3B3. Windows color (decimal): -5583797 or 4967594. OLE color: 4967594.
HSL color Cylindrical-coordinate representation of color #AACC4B: hue angle of 75.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AACC4B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 75 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.2 |
| HSL | 75.81º | 0.56% | 0.55% | - |
| HSV(B) | 75.81º | 0.63% | 0.8% | - |
| XYZ | 39.44 | 52.24 | 14.66 | - |
| YUV | 179.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 75 | 0.17 | 0 | 0.63 | 0.2 | 75.81 | 0.56 | 0.55 |
| Hex | AA | CC | 4B | 11 | 0 | 3F | 14 | 4C | 38 | 37 |
| Octal | 252 | 314 | 113 | 21 | 0 | 77 | 24 | 114 | 70 | 67 |
| Binary | 10101010 | 11001100 | 1001011 | 10001 | 0 | 111111 | 10100 | 1001100 | 111000 | 110111 |
Color Harmonies of #AACC4B
Complementary color
Monochromatic Colors of #AACC4B
Black with #AACC4B
Text Example
Text Example
White with #AACC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC4B; }
p { color: rgb(170,204,75); }
H1.HeaderClassName
{
color: #AACC4B;
}
.AnyTagClassName
{
color: #AACC4B;
}
</style>
background-color css
<style>
a { background-color: #AACC4B; }
a { background-color: rgb(170,204,75); }
div.DivClassName
{
background-color: #AACC4B;
}
.BgClassName
{
background-color: #AACC4B;
}
</style>
border-color css
<style>
span { border-color: #AACC4B; }
span { border-color: rgb(170,204,75); }
td.TdClassName
{
border-color: #AACC4B;
}
.TagClassName
{
border-color: #AACC4B;
}
</style>