Shades of Conifer #ACD05C
Tints of Conifer #ACD05C
RGB
CMYK
RGB Variations
Color information
#ACD05C (or 0xACD05C) is known color: Conifer. HEX triplet: AC, D0 and 5C. RGB value is (172,208,92). Sum of RGB (Red+Green+Blue) = 172+208+92=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD05C is #532FA3. Grayscale: #B8B8B8. Windows color (decimal): -5451684 or 6082732. OLE color: 6082732.
HSL color Cylindrical-coordinate representation of color #ACD05C: hue angle of 78.62º 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 #ACD05C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 92 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.18 |
| HSL | 78.62º | 0.55% | 0.59% | - |
| HSV(B) | 78.62º | 0.56% | 0.82% | - |
| XYZ | 41.5 | 54.66 | 18.49 | - |
| YUV | 184.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 92 | 0.17 | 0 | 0.56 | 0.18 | 78.62 | 0.55 | 0.59 |
| Hex | AC | D0 | 5C | 11 | 0 | 38 | 12 | 4F | 37 | 3B |
| Octal | 254 | 320 | 134 | 21 | 0 | 70 | 22 | 117 | 67 | 73 |
| Binary | 10101100 | 11010000 | 1011100 | 10001 | 0 | 111000 | 10010 | 1001111 | 110111 | 111011 |
Color Harmonies of #ACD05C
Complementary color
Monochromatic Colors of #ACD05C
Black with #ACD05C
Text Example
Text Example
White with #ACD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD05C; }
p { color: rgb(172,208,92); }
H1.HeaderClassName
{
color: #ACD05C;
}
.AnyTagClassName
{
color: #ACD05C;
}
</style>
background-color css
<style>
a { background-color: #ACD05C; }
a { background-color: rgb(172,208,92); }
div.DivClassName
{
background-color: #ACD05C;
}
.BgClassName
{
background-color: #ACD05C;
}
</style>
border-color css
<style>
span { border-color: #ACD05C; }
span { border-color: rgb(172,208,92); }
td.TdClassName
{
border-color: #ACD05C;
}
.TagClassName
{
border-color: #ACD05C;
}
</style>