Shades of Conifer #ACDD4B
Tints of Conifer #ACDD4B
RGB
CMYK
RGB Variations
Color information
#ACDD4B (or 0xACDD4B) is known color: Conifer. HEX triplet: AC, DD and 4B. RGB value is (172,221,75). Sum of RGB (Red+Green+Blue) = 172+221+75=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD4B is #5322B4. Grayscale: #BEBEBE. Windows color (decimal): -5448373 or 4971948. OLE color: 4971948.
HSL color Cylindrical-coordinate representation of color #ACDD4B: hue angle of 80.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACDD4B is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 75 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.13 |
| HSL | 80.14º | 0.68% | 0.58% | - |
| HSV(B) | 80.14º | 0.66% | 0.87% | - |
| XYZ | 44.14 | 60.99 | 16.1 | - |
| YUV | 189.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 75 | 0.22 | 0 | 0.66 | 0.13 | 80.14 | 0.68 | 0.58 |
| Hex | AC | DD | 4B | 16 | 0 | 42 | D | 50 | 44 | 3A |
| Octal | 254 | 335 | 113 | 26 | 0 | 102 | 15 | 120 | 104 | 72 |
| Binary | 10101100 | 11011101 | 1001011 | 10110 | 0 | 1000010 | 1101 | 1010000 | 1000100 | 111010 |
Color Harmonies of #ACDD4B
Complementary color
Monochromatic Colors of #ACDD4B
Black with #ACDD4B
Text Example
Text Example
White with #ACDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD4B; }
p { color: rgb(172,221,75); }
H1.HeaderClassName
{
color: #ACDD4B;
}
.AnyTagClassName
{
color: #ACDD4B;
}
</style>
background-color css
<style>
a { background-color: #ACDD4B; }
a { background-color: rgb(172,221,75); }
div.DivClassName
{
background-color: #ACDD4B;
}
.BgClassName
{
background-color: #ACDD4B;
}
</style>
border-color css
<style>
span { border-color: #ACDD4B; }
span { border-color: rgb(172,221,75); }
td.TdClassName
{
border-color: #ACDD4B;
}
.TagClassName
{
border-color: #ACDD4B;
}
</style>