Shades of Conifer #ACDB58
Tints of Conifer #ACDB58
RGB
CMYK
RGB Variations
Color information
#ACDB58 (or 0xACDB58) is known color: Conifer. HEX triplet: AC, DB and 58. RGB value is (172,219,88). Sum of RGB (Red+Green+Blue) = 172+219+88=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB58 is #5324A7. Grayscale: #BEBEBE. Windows color (decimal): -5448872 or 5823404. OLE color: 5823404.
HSL color Cylindrical-coordinate representation of color #ACDB58: hue angle of 81.53º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDB58 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 88 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.14 |
| HSL | 81.53º | 0.65% | 0.6% | - |
| HSV(B) | 81.53º | 0.6% | 0.86% | - |
| XYZ | 44.11 | 60.14 | 18.52 | - |
| YUV | 190.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 88 | 0.21 | 0 | 0.60 | 0.14 | 81.53 | 0.65 | 0.6 |
| Hex | AC | DB | 58 | 15 | 0 | 3C | E | 52 | 41 | 3C |
| Octal | 254 | 333 | 130 | 25 | 0 | 74 | 16 | 122 | 101 | 74 |
| Binary | 10101100 | 11011011 | 1011000 | 10101 | 0 | 111100 | 1110 | 1010010 | 1000001 | 111100 |
Color Harmonies of #ACDB58
Complementary color
Monochromatic Colors of #ACDB58
Black with #ACDB58
Text Example
Text Example
White with #ACDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB58; }
p { color: rgb(172,219,88); }
H1.HeaderClassName
{
color: #ACDB58;
}
.AnyTagClassName
{
color: #ACDB58;
}
</style>
background-color css
<style>
a { background-color: #ACDB58; }
a { background-color: rgb(172,219,88); }
div.DivClassName
{
background-color: #ACDB58;
}
.BgClassName
{
background-color: #ACDB58;
}
</style>
border-color css
<style>
span { border-color: #ACDB58; }
span { border-color: rgb(172,219,88); }
td.TdClassName
{
border-color: #ACDB58;
}
.TagClassName
{
border-color: #ACDB58;
}
</style>