Shades of Conifer #ACDB41
Tints of Conifer #ACDB41
RGB
CMYK
RGB Variations
Color information
#ACDB41 (or 0xACDB41) is known color: Conifer. HEX triplet: AC, DB and 41. RGB value is (172,219,65). Sum of RGB (Red+Green+Blue) = 172+219+65=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB41 is #5324BE. Grayscale: #BBBBBB. Windows color (decimal): -5448895 or 4316076. OLE color: 4316076.
HSL color Cylindrical-coordinate representation of color #ACDB41: hue angle of 78.31º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACDB41 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 65 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.14 |
| HSL | 78.31º | 0.68% | 0.56% | - |
| HSV(B) | 78.31º | 0.7% | 0.86% | - |
| XYZ | 43.3 | 59.82 | 14.26 | - |
| YUV | 187.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 65 | 0.21 | 0 | 0.70 | 0.14 | 78.31 | 0.68 | 0.56 |
| Hex | AC | DB | 41 | 15 | 0 | 46 | E | 4E | 44 | 38 |
| Octal | 254 | 333 | 101 | 25 | 0 | 106 | 16 | 116 | 104 | 70 |
| Binary | 10101100 | 11011011 | 1000001 | 10101 | 0 | 1000110 | 1110 | 1001110 | 1000100 | 111000 |
Color Harmonies of #ACDB41
Complementary color
Monochromatic Colors of #ACDB41
Black with #ACDB41
Text Example
Text Example
White with #ACDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB41; }
p { color: rgb(172,219,65); }
H1.HeaderClassName
{
color: #ACDB41;
}
.AnyTagClassName
{
color: #ACDB41;
}
</style>
background-color css
<style>
a { background-color: #ACDB41; }
a { background-color: rgb(172,219,65); }
div.DivClassName
{
background-color: #ACDB41;
}
.BgClassName
{
background-color: #ACDB41;
}
</style>
border-color css
<style>
span { border-color: #ACDB41; }
span { border-color: rgb(172,219,65); }
td.TdClassName
{
border-color: #ACDB41;
}
.TagClassName
{
border-color: #ACDB41;
}
</style>