Shades of Conifer #ACCD65
Tints of Conifer #ACCD65
RGB
CMYK
RGB Variations
Color information
#ACCD65 (or 0xACCD65) is known color: Conifer. HEX triplet: AC, CD and 65. RGB value is (172,205,101). Sum of RGB (Red+Green+Blue) = 172+205+101=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD65 is #53329A. Grayscale: #B7B7B7. Windows color (decimal): -5452443 or 6671788. OLE color: 6671788.
HSL color Cylindrical-coordinate representation of color #ACCD65: hue angle of 79.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACCD65 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 101 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.20 |
| HSL | 79.04º | 0.51% | 0.6% | - |
| HSV(B) | 79.04º | 0.51% | 0.8% | - |
| XYZ | 41.19 | 53.37 | 20.44 | - |
| YUV | 183.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 101 | 0.16 | 0 | 0.51 | 0.20 | 79.04 | 0.51 | 0.6 |
| Hex | AC | CD | 65 | 10 | 0 | 33 | 14 | 4F | 33 | 3C |
| Octal | 254 | 315 | 145 | 20 | 0 | 63 | 24 | 117 | 63 | 74 |
| Binary | 10101100 | 11001101 | 1100101 | 10000 | 0 | 110011 | 10100 | 1001111 | 110011 | 111100 |
Color Harmonies of #ACCD65
Complementary color
Monochromatic Colors of #ACCD65
Black with #ACCD65
Text Example
Text Example
White with #ACCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD65; }
p { color: rgb(172,205,101); }
H1.HeaderClassName
{
color: #ACCD65;
}
.AnyTagClassName
{
color: #ACCD65;
}
</style>
background-color css
<style>
a { background-color: #ACCD65; }
a { background-color: rgb(172,205,101); }
div.DivClassName
{
background-color: #ACCD65;
}
.BgClassName
{
background-color: #ACCD65;
}
</style>
border-color css
<style>
span { border-color: #ACCD65; }
span { border-color: rgb(172,205,101); }
td.TdClassName
{
border-color: #ACCD65;
}
.TagClassName
{
border-color: #ACCD65;
}
</style>