Shades of Conifer #ACD742
Tints of Conifer #ACD742
RGB
CMYK
RGB Variations
Color information
#ACD742 (or 0xACD742) is known color: Conifer. HEX triplet: AC, D7 and 42. RGB value is (172,215,66). Sum of RGB (Red+Green+Blue) = 172+215+66=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD742 is #5328BD. Grayscale: #B9B9B9. Windows color (decimal): -5449918 or 4380588. OLE color: 4380588.
HSL color Cylindrical-coordinate representation of color #ACD742: hue angle of 77.32º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD742 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 66 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.16 |
| HSL | 77.32º | 0.65% | 0.55% | - |
| HSV(B) | 77.32º | 0.69% | 0.84% | - |
| XYZ | 42.3 | 57.76 | 14.07 | - |
| YUV | 185.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 66 | 0.2 | 0 | 0.69 | 0.16 | 77.32 | 0.65 | 0.55 |
| Hex | AC | D7 | 42 | 14 | 0 | 45 | 10 | 4D | 41 | 37 |
| Octal | 254 | 327 | 102 | 24 | 0 | 105 | 20 | 115 | 101 | 67 |
| Binary | 10101100 | 11010111 | 1000010 | 10100 | 0 | 1000101 | 10000 | 1001101 | 1000001 | 110111 |
Color Harmonies of #ACD742
Complementary color
Monochromatic Colors of #ACD742
Black with #ACD742
Text Example
Text Example
White with #ACD742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD742; }
p { color: rgb(172,215,66); }
H1.HeaderClassName
{
color: #ACD742;
}
.AnyTagClassName
{
color: #ACD742;
}
</style>
background-color css
<style>
a { background-color: #ACD742; }
a { background-color: rgb(172,215,66); }
div.DivClassName
{
background-color: #ACD742;
}
.BgClassName
{
background-color: #ACD742;
}
</style>
border-color css
<style>
span { border-color: #ACD742; }
span { border-color: rgb(172,215,66); }
td.TdClassName
{
border-color: #ACD742;
}
.TagClassName
{
border-color: #ACD742;
}
</style>