Shades of Conifer #ACDF5A
Tints of Conifer #ACDF5A
RGB
CMYK
RGB Variations
Color information
#ACDF5A (or 0xACDF5A) is known color: Conifer. HEX triplet: AC, DF and 5A. RGB value is (172,223,90). Sum of RGB (Red+Green+Blue) = 172+223+90=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF5A is #5320A5. Grayscale: #C1C1C1. Windows color (decimal): -5447846 or 5955500. OLE color: 5955500.
HSL color Cylindrical-coordinate representation of color #ACDF5A: hue angle of 83.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDF5A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 90 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.13 |
| HSL | 83.01º | 0.68% | 0.61% | - |
| HSV(B) | 83.01º | 0.6% | 0.87% | - |
| XYZ | 45.25 | 62.28 | 19.31 | - |
| YUV | 192.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 90 | 0.23 | 0 | 0.60 | 0.13 | 83.01 | 0.68 | 0.61 |
| Hex | AC | DF | 5A | 17 | 0 | 3C | D | 53 | 44 | 3D |
| Octal | 254 | 337 | 132 | 27 | 0 | 74 | 15 | 123 | 104 | 75 |
| Binary | 10101100 | 11011111 | 1011010 | 10111 | 0 | 111100 | 1101 | 1010011 | 1000100 | 111101 |
Color Harmonies of #ACDF5A
Complementary color
Monochromatic Colors of #ACDF5A
Black with #ACDF5A
Text Example
Text Example
White with #ACDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF5A; }
p { color: rgb(172,223,90); }
H1.HeaderClassName
{
color: #ACDF5A;
}
.AnyTagClassName
{
color: #ACDF5A;
}
</style>
background-color css
<style>
a { background-color: #ACDF5A; }
a { background-color: rgb(172,223,90); }
div.DivClassName
{
background-color: #ACDF5A;
}
.BgClassName
{
background-color: #ACDF5A;
}
</style>
border-color css
<style>
span { border-color: #ACDF5A; }
span { border-color: rgb(172,223,90); }
td.TdClassName
{
border-color: #ACDF5A;
}
.TagClassName
{
border-color: #ACDF5A;
}
</style>