Shades of Conifer #ACDB5C
Tints of Conifer #ACDB5C
RGB
CMYK
RGB Variations
Color information
#ACDB5C (or 0xACDB5C) is known color: Conifer. HEX triplet: AC, DB and 5C. RGB value is (172,219,92). Sum of RGB (Red+Green+Blue) = 172+219+92=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB5C is #5324A3. Grayscale: #BEBEBE. Windows color (decimal): -5448868 or 6085548. OLE color: 6085548.
HSL color Cylindrical-coordinate representation of color #ACDB5C: hue angle of 82.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACDB5C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 82.2º | 0.64% | 0.61% | - |
| HSV(B) | 82.2º | 0.58% | 0.86% | - |
| XYZ | 44.28 | 60.21 | 19.41 | - |
| YUV | 190.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 92 | 0.21 | 0 | 0.58 | 0.14 | 82.2 | 0.64 | 0.61 |
| Hex | AC | DB | 5C | 15 | 0 | 3A | E | 52 | 40 | 3D |
| Octal | 254 | 333 | 134 | 25 | 0 | 72 | 16 | 122 | 100 | 75 |
| Binary | 10101100 | 11011011 | 1011100 | 10101 | 0 | 111010 | 1110 | 1010010 | 1000000 | 111101 |
Color Harmonies of #ACDB5C
Complementary color
Monochromatic Colors of #ACDB5C
Black with #ACDB5C
Text Example
Text Example
White with #ACDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB5C; }
p { color: rgb(172,219,92); }
H1.HeaderClassName
{
color: #ACDB5C;
}
.AnyTagClassName
{
color: #ACDB5C;
}
</style>
background-color css
<style>
a { background-color: #ACDB5C; }
a { background-color: rgb(172,219,92); }
div.DivClassName
{
background-color: #ACDB5C;
}
.BgClassName
{
background-color: #ACDB5C;
}
</style>
border-color css
<style>
span { border-color: #ACDB5C; }
span { border-color: rgb(172,219,92); }
td.TdClassName
{
border-color: #ACDB5C;
}
.TagClassName
{
border-color: #ACDB5C;
}
</style>