Shades of Conifer #ACD35C
Tints of Conifer #ACD35C
RGB
CMYK
RGB Variations
Color information
#ACD35C (or 0xACD35C) is known color: Conifer. HEX triplet: AC, D3 and 5C. RGB value is (172,211,92). Sum of RGB (Red+Green+Blue) = 172+211+92=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD35C is #532CA3. Grayscale: #BABABA. Windows color (decimal): -5450916 or 6083500. OLE color: 6083500.
HSL color Cylindrical-coordinate representation of color #ACD35C: hue angle of 79.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD35C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 92 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.17 |
| HSL | 79.66º | 0.57% | 0.59% | - |
| HSV(B) | 79.66º | 0.56% | 0.83% | - |
| XYZ | 42.24 | 56.13 | 18.73 | - |
| YUV | 185.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 92 | 0.18 | 0 | 0.56 | 0.17 | 79.66 | 0.57 | 0.59 |
| Hex | AC | D3 | 5C | 12 | 0 | 38 | 11 | 50 | 39 | 3B |
| Octal | 254 | 323 | 134 | 22 | 0 | 70 | 21 | 120 | 71 | 73 |
| Binary | 10101100 | 11010011 | 1011100 | 10010 | 0 | 111000 | 10001 | 1010000 | 111001 | 111011 |
Color Harmonies of #ACD35C
Complementary color
Monochromatic Colors of #ACD35C
Black with #ACD35C
Text Example
Text Example
White with #ACD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD35C; }
p { color: rgb(172,211,92); }
H1.HeaderClassName
{
color: #ACD35C;
}
.AnyTagClassName
{
color: #ACD35C;
}
</style>
background-color css
<style>
a { background-color: #ACD35C; }
a { background-color: rgb(172,211,92); }
div.DivClassName
{
background-color: #ACD35C;
}
.BgClassName
{
background-color: #ACD35C;
}
</style>
border-color css
<style>
span { border-color: #ACD35C; }
span { border-color: rgb(172,211,92); }
td.TdClassName
{
border-color: #ACD35C;
}
.TagClassName
{
border-color: #ACD35C;
}
</style>