Shades of Conifer #ADCC54
Tints of Conifer #ADCC54
RGB
CMYK
RGB Variations
Color information
#ADCC54 (or 0xADCC54) is known color: Conifer. HEX triplet: AD, CC and 54. RGB value is (173,204,84). Sum of RGB (Red+Green+Blue) = 173+204+84=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC54 is #5233AB. Grayscale: #B5B5B5. Windows color (decimal): -5387180 or 5557421. OLE color: 5557421.
HSL color Cylindrical-coordinate representation of color #ADCC54: hue angle of 75.5º 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 #ADCC54 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 84 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.2 |
| HSL | 75.5º | 0.54% | 0.56% | - |
| HSV(B) | 75.5º | 0.59% | 0.8% | - |
| XYZ | 40.43 | 52.71 | 16.43 | - |
| YUV | 181.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 84 | 0.15 | 0 | 0.59 | 0.2 | 75.5 | 0.54 | 0.56 |
| Hex | AD | CC | 54 | F | 0 | 3B | 14 | 4C | 36 | 38 |
| Octal | 255 | 314 | 124 | 17 | 0 | 73 | 24 | 114 | 66 | 70 |
| Binary | 10101101 | 11001100 | 1010100 | 1111 | 0 | 111011 | 10100 | 1001100 | 110110 | 111000 |
Color Harmonies of #ADCC54
Complementary color
Monochromatic Colors of #ADCC54
Black with #ADCC54
Text Example
Text Example
White with #ADCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC54; }
p { color: rgb(173,204,84); }
H1.HeaderClassName
{
color: #ADCC54;
}
.AnyTagClassName
{
color: #ADCC54;
}
</style>
background-color css
<style>
a { background-color: #ADCC54; }
a { background-color: rgb(173,204,84); }
div.DivClassName
{
background-color: #ADCC54;
}
.BgClassName
{
background-color: #ADCC54;
}
</style>
border-color css
<style>
span { border-color: #ADCC54; }
span { border-color: rgb(173,204,84); }
td.TdClassName
{
border-color: #ADCC54;
}
.TagClassName
{
border-color: #ADCC54;
}
</style>