Shades of Conifer #ADCB54
Tints of Conifer #ADCB54
RGB
CMYK
RGB Variations
Color information
#ADCB54 (or 0xADCB54) is known color: Conifer. HEX triplet: AD, CB and 54. RGB value is (173,203,84). Sum of RGB (Red+Green+Blue) = 173+203+84=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB54 is #5234AB. Grayscale: #B4B4B4. Windows color (decimal): -5387436 or 5557165. OLE color: 5557165.
HSL color Cylindrical-coordinate representation of color #ADCB54: hue angle of 75.13º degrees, saturation: 0.53, 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 #ADCB54 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 84 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.20 |
| HSL | 75.13º | 0.53% | 0.56% | - |
| HSV(B) | 75.13º | 0.59% | 0.8% | - |
| XYZ | 40.19 | 52.24 | 16.35 | - |
| YUV | 180.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 84 | 0.15 | 0 | 0.59 | 0.20 | 75.13 | 0.53 | 0.56 |
| Hex | AD | CB | 54 | F | 0 | 3B | 14 | 4B | 35 | 38 |
| Octal | 255 | 313 | 124 | 17 | 0 | 73 | 24 | 113 | 65 | 70 |
| Binary | 10101101 | 11001011 | 1010100 | 1111 | 0 | 111011 | 10100 | 1001011 | 110101 | 111000 |
Color Harmonies of #ADCB54
Complementary color
Monochromatic Colors of #ADCB54
Black with #ADCB54
Text Example
Text Example
White with #ADCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB54; }
p { color: rgb(173,203,84); }
H1.HeaderClassName
{
color: #ADCB54;
}
.AnyTagClassName
{
color: #ADCB54;
}
</style>
background-color css
<style>
a { background-color: #ADCB54; }
a { background-color: rgb(173,203,84); }
div.DivClassName
{
background-color: #ADCB54;
}
.BgClassName
{
background-color: #ADCB54;
}
</style>
border-color css
<style>
span { border-color: #ADCB54; }
span { border-color: rgb(173,203,84); }
td.TdClassName
{
border-color: #ADCB54;
}
.TagClassName
{
border-color: #ADCB54;
}
</style>