Shades of Conifer #ACD05B
Tints of Conifer #ACD05B
RGB
CMYK
RGB Variations
Color information
#ACD05B (or 0xACD05B) is known color: Conifer. HEX triplet: AC, D0 and 5B. RGB value is (172,208,91). Sum of RGB (Red+Green+Blue) = 172+208+91=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD05B is #532FA4. Grayscale: #B8B8B8. Windows color (decimal): -5451685 or 6017196. OLE color: 6017196.
HSL color Cylindrical-coordinate representation of color #ACD05B: hue angle of 78.46º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD05B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 91 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.18 |
| HSL | 78.46º | 0.55% | 0.59% | - |
| HSV(B) | 78.46º | 0.56% | 0.82% | - |
| XYZ | 41.46 | 54.64 | 18.26 | - |
| YUV | 183.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 91 | 0.17 | 0 | 0.56 | 0.18 | 78.46 | 0.55 | 0.59 |
| Hex | AC | D0 | 5B | 11 | 0 | 38 | 12 | 4E | 37 | 3B |
| Octal | 254 | 320 | 133 | 21 | 0 | 70 | 22 | 116 | 67 | 73 |
| Binary | 10101100 | 11010000 | 1011011 | 10001 | 0 | 111000 | 10010 | 1001110 | 110111 | 111011 |
Color Harmonies of #ACD05B
Complementary color
Monochromatic Colors of #ACD05B
Black with #ACD05B
Text Example
Text Example
White with #ACD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD05B; }
p { color: rgb(172,208,91); }
H1.HeaderClassName
{
color: #ACD05B;
}
.AnyTagClassName
{
color: #ACD05B;
}
</style>
background-color css
<style>
a { background-color: #ACD05B; }
a { background-color: rgb(172,208,91); }
div.DivClassName
{
background-color: #ACD05B;
}
.BgClassName
{
background-color: #ACD05B;
}
</style>
border-color css
<style>
span { border-color: #ACD05B; }
span { border-color: rgb(172,208,91); }
td.TdClassName
{
border-color: #ACD05B;
}
.TagClassName
{
border-color: #ACD05B;
}
</style>