Shades of Conifer #ACDA63
Tints of Conifer #ACDA63
RGB
CMYK
RGB Variations
Color information
#ACDA63 (or 0xACDA63) is known color: Conifer. HEX triplet: AC, DA and 63. RGB value is (172,218,99). Sum of RGB (Red+Green+Blue) = 172+218+99=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA63 is #53259C. Grayscale: #BFBFBF. Windows color (decimal): -5449117 or 6544044. OLE color: 6544044.
HSL color Cylindrical-coordinate representation of color #ACDA63: hue angle of 83.19º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDA63 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 99 | - |
CMYK | 0.21 | 0 | 0.55 | 0.15 |
HSL | 83.19º | 0.62% | 0.62% | - |
HSV(B) | 83.19º | 0.55% | 0.85% | - |
XYZ | 44.34 | 59.81 | 21.01 | - |
YUV | 190.68 | 76.26 | 114.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 99 | 0.21 | 0 | 0.55 | 0.15 | 83.19 | 0.62 | 0.62 |
Hex | AC | DA | 63 | 15 | 0 | 37 | F | 53 | 3E | 3E |
Octal | 254 | 332 | 143 | 25 | 0 | 67 | 17 | 123 | 76 | 76 |
Binary | 10101100 | 11011010 | 1100011 | 10101 | 0 | 110111 | 1111 | 1010011 | 111110 | 111110 |
Color Harmonies of #ACDA63
Complementary color
Monochromatic Colors of #ACDA63
Black with #ACDA63
Text Example
Text Example
White with #ACDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA63; }
p { color: rgb(172,218,99); }
H1.HeaderClassName
{
color: #ACDA63;
}
.AnyTagClassName
{
color: #ACDA63;
}
</style>
background-color css
<style>
a { background-color: #ACDA63; }
a { background-color: rgb(172,218,99); }
div.DivClassName
{
background-color: #ACDA63;
}
.BgClassName
{
background-color: #ACDA63;
}
</style>
border-color css
<style>
span { border-color: #ACDA63; }
span { border-color: rgb(172,218,99); }
td.TdClassName
{
border-color: #ACDA63;
}
.TagClassName
{
border-color: #ACDA63;
}
</style>