Shades of Conifer #ACD653
Tints of Conifer #ACD653
RGB
CMYK
RGB Variations
Color information
#ACD653 (or 0xACD653) is known color: Conifer. HEX triplet: AC, D6 and 53. RGB value is (172,214,83). Sum of RGB (Red+Green+Blue) = 172+214+83=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD653 is #5329AC. Grayscale: #BABABA. Windows color (decimal): -5450157 or 5494444. OLE color: 5494444.
HSL color Cylindrical-coordinate representation of color #ACD653: hue angle of 79.24º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD653 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 83 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.16 |
| HSL | 79.24º | 0.62% | 0.58% | - |
| HSV(B) | 79.24º | 0.61% | 0.84% | - |
| XYZ | 42.62 | 57.49 | 17.03 | - |
| YUV | 186.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 83 | 0.20 | 0 | 0.61 | 0.16 | 79.24 | 0.62 | 0.58 |
| Hex | AC | D6 | 53 | 14 | 0 | 3D | 10 | 4F | 3E | 3A |
| Octal | 254 | 326 | 123 | 24 | 0 | 75 | 20 | 117 | 76 | 72 |
| Binary | 10101100 | 11010110 | 1010011 | 10100 | 0 | 111101 | 10000 | 1001111 | 111110 | 111010 |
Color Harmonies of #ACD653
Complementary color
Monochromatic Colors of #ACD653
Black with #ACD653
Text Example
Text Example
White with #ACD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD653; }
p { color: rgb(172,214,83); }
H1.HeaderClassName
{
color: #ACD653;
}
.AnyTagClassName
{
color: #ACD653;
}
</style>
background-color css
<style>
a { background-color: #ACD653; }
a { background-color: rgb(172,214,83); }
div.DivClassName
{
background-color: #ACD653;
}
.BgClassName
{
background-color: #ACD653;
}
</style>
border-color css
<style>
span { border-color: #ACD653; }
span { border-color: rgb(172,214,83); }
td.TdClassName
{
border-color: #ACD653;
}
.TagClassName
{
border-color: #ACD653;
}
</style>