Shades of Conifer #ACCD4A
Tints of Conifer #ACCD4A
RGB
CMYK
RGB Variations
Color information
#ACCD4A (or 0xACCD4A) is known color: Conifer. HEX triplet: AC, CD and 4A. RGB value is (172,205,74). Sum of RGB (Red+Green+Blue) = 172+205+74=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD4A is #5332B5. Grayscale: #B4B4B4. Windows color (decimal): -5452470 or 4902316. OLE color: 4902316.
HSL color Cylindrical-coordinate representation of color #ACCD4A: hue angle of 75.11º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACCD4A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 74 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.20 |
| HSL | 75.11º | 0.57% | 0.55% | - |
| HSV(B) | 75.11º | 0.64% | 0.8% | - |
| XYZ | 40.08 | 52.93 | 14.58 | - |
| YUV | 180.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 74 | 0.16 | 0 | 0.64 | 0.20 | 75.11 | 0.57 | 0.55 |
| Hex | AC | CD | 4A | 10 | 0 | 40 | 14 | 4B | 39 | 37 |
| Octal | 254 | 315 | 112 | 20 | 0 | 100 | 24 | 113 | 71 | 67 |
| Binary | 10101100 | 11001101 | 1001010 | 10000 | 0 | 1000000 | 10100 | 1001011 | 111001 | 110111 |
Color Harmonies of #ACCD4A
Complementary color
Monochromatic Colors of #ACCD4A
Black with #ACCD4A
Text Example
Text Example
White with #ACCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD4A; }
p { color: rgb(172,205,74); }
H1.HeaderClassName
{
color: #ACCD4A;
}
.AnyTagClassName
{
color: #ACCD4A;
}
</style>
background-color css
<style>
a { background-color: #ACCD4A; }
a { background-color: rgb(172,205,74); }
div.DivClassName
{
background-color: #ACCD4A;
}
.BgClassName
{
background-color: #ACCD4A;
}
</style>
border-color css
<style>
span { border-color: #ACCD4A; }
span { border-color: rgb(172,205,74); }
td.TdClassName
{
border-color: #ACCD4A;
}
.TagClassName
{
border-color: #ACCD4A;
}
</style>