Shades of Conifer #ACD75D
Tints of Conifer #ACD75D
RGB
CMYK
RGB Variations
Color information
#ACD75D (or 0xACD75D) is known color: Conifer. HEX triplet: AC, D7 and 5D. RGB value is (172,215,93). Sum of RGB (Red+Green+Blue) = 172+215+93=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD75D is #5328A2. Grayscale: #BCBCBC. Windows color (decimal): -5449891 or 6150060. OLE color: 6150060.
HSL color Cylindrical-coordinate representation of color #ACD75D: hue angle of 81.15º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACD75D is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 93 | - |
| CMYK | 0.2 | 0 | 0.57 | 0.16 |
| HSL | 81.15º | 0.6% | 0.6% | - |
| HSV(B) | 81.15º | 0.57% | 0.84% | - |
| XYZ | 43.29 | 58.16 | 19.3 | - |
| YUV | 188.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 93 | 0.2 | 0 | 0.57 | 0.16 | 81.15 | 0.6 | 0.6 |
| Hex | AC | D7 | 5D | 14 | 0 | 39 | 10 | 51 | 3C | 3C |
| Octal | 254 | 327 | 135 | 24 | 0 | 71 | 20 | 121 | 74 | 74 |
| Binary | 10101100 | 11010111 | 1011101 | 10100 | 0 | 111001 | 10000 | 1010001 | 111100 | 111100 |
Color Harmonies of #ACD75D
Complementary color
Monochromatic Colors of #ACD75D
Black with #ACD75D
Text Example
Text Example
White with #ACD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD75D; }
p { color: rgb(172,215,93); }
H1.HeaderClassName
{
color: #ACD75D;
}
.AnyTagClassName
{
color: #ACD75D;
}
</style>
background-color css
<style>
a { background-color: #ACD75D; }
a { background-color: rgb(172,215,93); }
div.DivClassName
{
background-color: #ACD75D;
}
.BgClassName
{
background-color: #ACD75D;
}
</style>
border-color css
<style>
span { border-color: #ACD75D; }
span { border-color: rgb(172,215,93); }
td.TdClassName
{
border-color: #ACD75D;
}
.TagClassName
{
border-color: #ACD75D;
}
</style>