Shades of Conifer #A7DC48
Tints of Conifer #A7DC48
RGB
CMYK
RGB Variations
Color information
#A7DC48 (or 0xA7DC48) is known color: Conifer. HEX triplet: A7, DC and 48. RGB value is (167,220,72). Sum of RGB (Red+Green+Blue) = 167+220+72=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC48 is #5823B7. Grayscale: #BBBBBB. Windows color (decimal): -5776312 or 4775079. OLE color: 4775079.
HSL color Cylindrical-coordinate representation of color #A7DC48: hue angle of 81.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7DC48 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 72 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.14 |
| HSL | 81.49º | 0.68% | 0.57% | - |
| HSV(B) | 81.49º | 0.67% | 0.86% | - |
| XYZ | 42.7 | 59.87 | 15.44 | - |
| YUV | 187.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 72 | 0.24 | 0 | 0.67 | 0.14 | 81.49 | 0.68 | 0.57 |
| Hex | A7 | DC | 48 | 18 | 0 | 43 | E | 51 | 44 | 39 |
| Octal | 247 | 334 | 110 | 30 | 0 | 103 | 16 | 121 | 104 | 71 |
| Binary | 10100111 | 11011100 | 1001000 | 11000 | 0 | 1000011 | 1110 | 1010001 | 1000100 | 111001 |
Color Harmonies of #A7DC48
Complementary color
Monochromatic Colors of #A7DC48
Black with #A7DC48
Text Example
Text Example
White with #A7DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC48; }
p { color: rgb(167,220,72); }
H1.HeaderClassName
{
color: #A7DC48;
}
.AnyTagClassName
{
color: #A7DC48;
}
</style>
background-color css
<style>
a { background-color: #A7DC48; }
a { background-color: rgb(167,220,72); }
div.DivClassName
{
background-color: #A7DC48;
}
.BgClassName
{
background-color: #A7DC48;
}
</style>
border-color css
<style>
span { border-color: #A7DC48; }
span { border-color: rgb(167,220,72); }
td.TdClassName
{
border-color: #A7DC48;
}
.TagClassName
{
border-color: #A7DC48;
}
</style>