Shades of Conifer #ACDB42
Tints of Conifer #ACDB42
RGB
CMYK
RGB Variations
Color information
#ACDB42 (or 0xACDB42) is known color: Conifer. HEX triplet: AC, DB and 42. RGB value is (172,219,66). Sum of RGB (Red+Green+Blue) = 172+219+66=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB42 is #5324BD. Grayscale: #BCBCBC. Windows color (decimal): -5448894 or 4381612. OLE color: 4381612.
HSL color Cylindrical-coordinate representation of color #ACDB42: hue angle of 78.43º 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 #ACDB42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 66 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.14 |
| HSL | 78.43º | 0.68% | 0.56% | - |
| HSV(B) | 78.43º | 0.7% | 0.86% | - |
| XYZ | 43.33 | 59.83 | 14.42 | - |
| YUV | 187.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 66 | 0.21 | 0 | 0.70 | 0.14 | 78.43 | 0.68 | 0.56 |
| Hex | AC | DB | 42 | 15 | 0 | 46 | E | 4E | 44 | 38 |
| Octal | 254 | 333 | 102 | 25 | 0 | 106 | 16 | 116 | 104 | 70 |
| Binary | 10101100 | 11011011 | 1000010 | 10101 | 0 | 1000110 | 1110 | 1001110 | 1000100 | 111000 |
Color Harmonies of #ACDB42
Complementary color
Monochromatic Colors of #ACDB42
Black with #ACDB42
Text Example
Text Example
White with #ACDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB42; }
p { color: rgb(172,219,66); }
H1.HeaderClassName
{
color: #ACDB42;
}
.AnyTagClassName
{
color: #ACDB42;
}
</style>
background-color css
<style>
a { background-color: #ACDB42; }
a { background-color: rgb(172,219,66); }
div.DivClassName
{
background-color: #ACDB42;
}
.BgClassName
{
background-color: #ACDB42;
}
</style>
border-color css
<style>
span { border-color: #ACDB42; }
span { border-color: rgb(172,219,66); }
td.TdClassName
{
border-color: #ACDB42;
}
.TagClassName
{
border-color: #ACDB42;
}
</style>