Shades of Conifer #ACD04B
Tints of Conifer #ACD04B
RGB
CMYK
RGB Variations
Color information
#ACD04B (or 0xACD04B) is known color: Conifer. HEX triplet: AC, D0 and 4B. RGB value is (172,208,75). Sum of RGB (Red+Green+Blue) = 172+208+75=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD04B is #532FB4. Grayscale: #B6B6B6. Windows color (decimal): -5451701 or 4968620. OLE color: 4968620.
HSL color Cylindrical-coordinate representation of color #ACD04B: hue angle of 76.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD04B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 75 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 76.24º | 0.59% | 0.55% | - |
| HSV(B) | 76.24º | 0.64% | 0.82% | - |
| XYZ | 40.84 | 54.39 | 15 | - |
| YUV | 182.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 75 | 0.17 | 0 | 0.64 | 0.18 | 76.24 | 0.59 | 0.55 |
| Hex | AC | D0 | 4B | 11 | 0 | 40 | 12 | 4C | 3B | 37 |
| Octal | 254 | 320 | 113 | 21 | 0 | 100 | 22 | 114 | 73 | 67 |
| Binary | 10101100 | 11010000 | 1001011 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ACD04B
Complementary color
Monochromatic Colors of #ACD04B
Black with #ACD04B
Text Example
Text Example
White with #ACD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD04B; }
p { color: rgb(172,208,75); }
H1.HeaderClassName
{
color: #ACD04B;
}
.AnyTagClassName
{
color: #ACD04B;
}
</style>
background-color css
<style>
a { background-color: #ACD04B; }
a { background-color: rgb(172,208,75); }
div.DivClassName
{
background-color: #ACD04B;
}
.BgClassName
{
background-color: #ACD04B;
}
</style>
border-color css
<style>
span { border-color: #ACD04B; }
span { border-color: rgb(172,208,75); }
td.TdClassName
{
border-color: #ACD04B;
}
.TagClassName
{
border-color: #ACD04B;
}
</style>