Shades of Conifer #ACD75C
Tints of Conifer #ACD75C
RGB
CMYK
RGB Variations
Color information
#ACD75C (or 0xACD75C) is known color: Conifer. HEX triplet: AC, D7 and 5C. RGB value is (172,215,92). Sum of RGB (Red+Green+Blue) = 172+215+92=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD75C is #5328A3. Grayscale: #BCBCBC. Windows color (decimal): -5449892 or 6084524. OLE color: 6084524.
HSL color Cylindrical-coordinate representation of color #ACD75C: hue angle of 80.98º degrees, saturation: 0.61, 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 #ACD75C is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 92 | - |
| CMYK | 0.2 | 0 | 0.57 | 0.16 |
| HSL | 80.98º | 0.61% | 0.6% | - |
| HSV(B) | 80.98º | 0.57% | 0.84% | - |
| XYZ | 43.25 | 58.14 | 19.07 | - |
| YUV | 188.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 92 | 0.2 | 0 | 0.57 | 0.16 | 80.98 | 0.61 | 0.6 |
| Hex | AC | D7 | 5C | 14 | 0 | 39 | 10 | 51 | 3D | 3C |
| Octal | 254 | 327 | 134 | 24 | 0 | 71 | 20 | 121 | 75 | 74 |
| Binary | 10101100 | 11010111 | 1011100 | 10100 | 0 | 111001 | 10000 | 1010001 | 111101 | 111100 |
Color Harmonies of #ACD75C
Complementary color
Monochromatic Colors of #ACD75C
Black with #ACD75C
Text Example
Text Example
White with #ACD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD75C; }
p { color: rgb(172,215,92); }
H1.HeaderClassName
{
color: #ACD75C;
}
.AnyTagClassName
{
color: #ACD75C;
}
</style>
background-color css
<style>
a { background-color: #ACD75C; }
a { background-color: rgb(172,215,92); }
div.DivClassName
{
background-color: #ACD75C;
}
.BgClassName
{
background-color: #ACD75C;
}
</style>
border-color css
<style>
span { border-color: #ACD75C; }
span { border-color: rgb(172,215,92); }
td.TdClassName
{
border-color: #ACD75C;
}
.TagClassName
{
border-color: #ACD75C;
}
</style>