Shades of Conifer #ACCD63
Tints of Conifer #ACCD63
RGB
CMYK
RGB Variations
Color information
#ACCD63 (or 0xACCD63) is known color: Conifer. HEX triplet: AC, CD and 63. RGB value is (172,205,99). Sum of RGB (Red+Green+Blue) = 172+205+99=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD63 is #53329C. Grayscale: #B7B7B7. Windows color (decimal): -5452445 or 6540716. OLE color: 6540716.
HSL color Cylindrical-coordinate representation of color #ACCD63: hue angle of 78.68º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACCD63 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 99 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.20 |
| HSL | 78.68º | 0.51% | 0.6% | - |
| HSV(B) | 78.68º | 0.52% | 0.8% | - |
| XYZ | 41.1 | 53.33 | 19.93 | - |
| YUV | 183.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 99 | 0.16 | 0 | 0.52 | 0.20 | 78.68 | 0.51 | 0.6 |
| Hex | AC | CD | 63 | 10 | 0 | 34 | 14 | 4F | 33 | 3C |
| Octal | 254 | 315 | 143 | 20 | 0 | 64 | 24 | 117 | 63 | 74 |
| Binary | 10101100 | 11001101 | 1100011 | 10000 | 0 | 110100 | 10100 | 1001111 | 110011 | 111100 |
Color Harmonies of #ACCD63
Complementary color
Monochromatic Colors of #ACCD63
Black with #ACCD63
Text Example
Text Example
White with #ACCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD63; }
p { color: rgb(172,205,99); }
H1.HeaderClassName
{
color: #ACCD63;
}
.AnyTagClassName
{
color: #ACCD63;
}
</style>
background-color css
<style>
a { background-color: #ACCD63; }
a { background-color: rgb(172,205,99); }
div.DivClassName
{
background-color: #ACCD63;
}
.BgClassName
{
background-color: #ACCD63;
}
</style>
border-color css
<style>
span { border-color: #ACCD63; }
span { border-color: rgb(172,205,99); }
td.TdClassName
{
border-color: #ACCD63;
}
.TagClassName
{
border-color: #ACCD63;
}
</style>