Shades of Conifer #A4DC4B
Tints of Conifer #A4DC4B
RGB
CMYK
RGB Variations
Color information
#A4DC4B (or 0xA4DC4B) is known color: Conifer. HEX triplet: A4, DC and 4B. RGB value is (164,220,75). Sum of RGB (Red+Green+Blue) = 164+220+75=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DC4B is #5B23B4. Grayscale: #BBBBBB. Windows color (decimal): -5972917 or 4971684. OLE color: 4971684.
HSL color Cylindrical-coordinate representation of color #A4DC4B: hue angle of 83.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4DC4B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 75 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.14 |
| HSL | 83.17º | 0.67% | 0.58% | - |
| HSV(B) | 83.17º | 0.66% | 0.86% | - |
| XYZ | 42.17 | 59.59 | 15.94 | - |
| YUV | 186.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 75 | 0.25 | 0 | 0.66 | 0.14 | 83.17 | 0.67 | 0.58 |
| Hex | A4 | DC | 4B | 19 | 0 | 42 | E | 53 | 43 | 3A |
| Octal | 244 | 334 | 113 | 31 | 0 | 102 | 16 | 123 | 103 | 72 |
| Binary | 10100100 | 11011100 | 1001011 | 11001 | 0 | 1000010 | 1110 | 1010011 | 1000011 | 111010 |
Color Harmonies of #A4DC4B
Complementary color
Monochromatic Colors of #A4DC4B
Black with #A4DC4B
Text Example
Text Example
White with #A4DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DC4B; }
p { color: rgb(164,220,75); }
H1.HeaderClassName
{
color: #A4DC4B;
}
.AnyTagClassName
{
color: #A4DC4B;
}
</style>
background-color css
<style>
a { background-color: #A4DC4B; }
a { background-color: rgb(164,220,75); }
div.DivClassName
{
background-color: #A4DC4B;
}
.BgClassName
{
background-color: #A4DC4B;
}
</style>
border-color css
<style>
span { border-color: #A4DC4B; }
span { border-color: rgb(164,220,75); }
td.TdClassName
{
border-color: #A4DC4B;
}
.TagClassName
{
border-color: #A4DC4B;
}
</style>