Shades of Conifer #AECC54
Tints of Conifer #AECC54
RGB
CMYK
RGB Variations
Color information
#AECC54 (or 0xAECC54) is known color: Conifer. HEX triplet: AE, CC and 54. RGB value is (174,204,84). Sum of RGB (Red+Green+Blue) = 174+204+84=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC54 is #5133AB. Grayscale: #B5B5B5. Windows color (decimal): -5321644 or 5557422. OLE color: 5557422.
HSL color Cylindrical-coordinate representation of color #AECC54: hue angle of 75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AECC54 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 84 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.2 |
| HSL | 75º | 0.54% | 0.56% | - |
| HSV(B) | 75º | 0.59% | 0.8% | - |
| XYZ | 40.65 | 52.82 | 16.44 | - |
| YUV | 181.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 84 | 0.15 | 0 | 0.59 | 0.2 | 75 | 0.54 | 0.56 |
| Hex | AE | CC | 54 | F | 0 | 3B | 14 | 4B | 36 | 38 |
| Octal | 256 | 314 | 124 | 17 | 0 | 73 | 24 | 113 | 66 | 70 |
| Binary | 10101110 | 11001100 | 1010100 | 1111 | 0 | 111011 | 10100 | 1001011 | 110110 | 111000 |
Color Harmonies of #AECC54
Complementary color
Monochromatic Colors of #AECC54
Black with #AECC54
Text Example
Text Example
White with #AECC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC54; }
p { color: rgb(174,204,84); }
H1.HeaderClassName
{
color: #AECC54;
}
.AnyTagClassName
{
color: #AECC54;
}
</style>
background-color css
<style>
a { background-color: #AECC54; }
a { background-color: rgb(174,204,84); }
div.DivClassName
{
background-color: #AECC54;
}
.BgClassName
{
background-color: #AECC54;
}
</style>
border-color css
<style>
span { border-color: #AECC54; }
span { border-color: rgb(174,204,84); }
td.TdClassName
{
border-color: #AECC54;
}
.TagClassName
{
border-color: #AECC54;
}
</style>