Shades of Conifer #ACD741
Tints of Conifer #ACD741
RGB
CMYK
RGB Variations
Color information
#ACD741 (or 0xACD741) is known color: Conifer. HEX triplet: AC, D7 and 41. RGB value is (172,215,65). Sum of RGB (Red+Green+Blue) = 172+215+65=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD741 is #5328BE. Grayscale: #B9B9B9. Windows color (decimal): -5449919 or 4315052. OLE color: 4315052.
HSL color Cylindrical-coordinate representation of color #ACD741: hue angle of 77.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD741 is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 65 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.16 |
| HSL | 77.2º | 0.65% | 0.55% | - |
| HSV(B) | 77.2º | 0.7% | 0.84% | - |
| XYZ | 42.27 | 57.75 | 13.92 | - |
| YUV | 185.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 65 | 0.2 | 0 | 0.70 | 0.16 | 77.2 | 0.65 | 0.55 |
| Hex | AC | D7 | 41 | 14 | 0 | 46 | 10 | 4D | 41 | 37 |
| Octal | 254 | 327 | 101 | 24 | 0 | 106 | 20 | 115 | 101 | 67 |
| Binary | 10101100 | 11010111 | 1000001 | 10100 | 0 | 1000110 | 10000 | 1001101 | 1000001 | 110111 |
Color Harmonies of #ACD741
Complementary color
Monochromatic Colors of #ACD741
Black with #ACD741
Text Example
Text Example
White with #ACD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD741; }
p { color: rgb(172,215,65); }
H1.HeaderClassName
{
color: #ACD741;
}
.AnyTagClassName
{
color: #ACD741;
}
</style>
background-color css
<style>
a { background-color: #ACD741; }
a { background-color: rgb(172,215,65); }
div.DivClassName
{
background-color: #ACD741;
}
.BgClassName
{
background-color: #ACD741;
}
</style>
border-color css
<style>
span { border-color: #ACD741; }
span { border-color: rgb(172,215,65); }
td.TdClassName
{
border-color: #ACD741;
}
.TagClassName
{
border-color: #ACD741;
}
</style>