Shades of Conifer #ACCD4D
Tints of Conifer #ACCD4D
RGB
CMYK
RGB Variations
Color information
#ACCD4D (or 0xACCD4D) is known color: Conifer. HEX triplet: AC, CD and 4D. RGB value is (172,205,77). Sum of RGB (Red+Green+Blue) = 172+205+77=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD4D is #5332B2. Grayscale: #B5B5B5. Windows color (decimal): -5452467 or 5098924. OLE color: 5098924.
HSL color Cylindrical-coordinate representation of color #ACCD4D: hue angle of 75.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACCD4D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 77 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.20 |
| HSL | 75.47º | 0.56% | 0.55% | - |
| HSV(B) | 75.47º | 0.62% | 0.8% | - |
| XYZ | 40.18 | 52.97 | 15.13 | - |
| YUV | 180.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 77 | 0.16 | 0 | 0.62 | 0.20 | 75.47 | 0.56 | 0.55 |
| Hex | AC | CD | 4D | 10 | 0 | 3E | 14 | 4B | 38 | 37 |
| Octal | 254 | 315 | 115 | 20 | 0 | 76 | 24 | 113 | 70 | 67 |
| Binary | 10101100 | 11001101 | 1001101 | 10000 | 0 | 111110 | 10100 | 1001011 | 111000 | 110111 |
Color Harmonies of #ACCD4D
Complementary color
Monochromatic Colors of #ACCD4D
Black with #ACCD4D
Text Example
Text Example
White with #ACCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD4D; }
p { color: rgb(172,205,77); }
H1.HeaderClassName
{
color: #ACCD4D;
}
.AnyTagClassName
{
color: #ACCD4D;
}
</style>
background-color css
<style>
a { background-color: #ACCD4D; }
a { background-color: rgb(172,205,77); }
div.DivClassName
{
background-color: #ACCD4D;
}
.BgClassName
{
background-color: #ACCD4D;
}
</style>
border-color css
<style>
span { border-color: #ACCD4D; }
span { border-color: rgb(172,205,77); }
td.TdClassName
{
border-color: #ACCD4D;
}
.TagClassName
{
border-color: #ACCD4D;
}
</style>