Shades of Conifer #ACDA4A
Tints of Conifer #ACDA4A
RGB
CMYK
RGB Variations
Color information
#ACDA4A (or 0xACDA4A) is known color: Conifer. HEX triplet: AC, DA and 4A. RGB value is (172,218,74). Sum of RGB (Red+Green+Blue) = 172+218+74=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA4A is #5325B5. Grayscale: #BCBCBC. Windows color (decimal): -5449142 or 4905644. OLE color: 4905644.
HSL color Cylindrical-coordinate representation of color #ACDA4A: hue angle of 79.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACDA4A is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 74 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.15 |
| HSL | 79.17º | 0.66% | 0.57% | - |
| HSV(B) | 79.17º | 0.66% | 0.85% | - |
| XYZ | 43.32 | 59.41 | 15.66 | - |
| YUV | 187.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 74 | 0.21 | 0 | 0.66 | 0.15 | 79.17 | 0.66 | 0.57 |
| Hex | AC | DA | 4A | 15 | 0 | 42 | F | 4F | 42 | 39 |
| Octal | 254 | 332 | 112 | 25 | 0 | 102 | 17 | 117 | 102 | 71 |
| Binary | 10101100 | 11011010 | 1001010 | 10101 | 0 | 1000010 | 1111 | 1001111 | 1000010 | 111001 |
Color Harmonies of #ACDA4A
Complementary color
Monochromatic Colors of #ACDA4A
Black with #ACDA4A
Text Example
Text Example
White with #ACDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA4A; }
p { color: rgb(172,218,74); }
H1.HeaderClassName
{
color: #ACDA4A;
}
.AnyTagClassName
{
color: #ACDA4A;
}
</style>
background-color css
<style>
a { background-color: #ACDA4A; }
a { background-color: rgb(172,218,74); }
div.DivClassName
{
background-color: #ACDA4A;
}
.BgClassName
{
background-color: #ACDA4A;
}
</style>
border-color css
<style>
span { border-color: #ACDA4A; }
span { border-color: rgb(172,218,74); }
td.TdClassName
{
border-color: #ACDA4A;
}
.TagClassName
{
border-color: #ACDA4A;
}
</style>