Shades of Conifer #ACE653
Tints of Conifer #ACE653
RGB
CMYK
RGB Variations
Color information
#ACE653 (or 0xACE653) is known color: Conifer. HEX triplet: AC, E6 and 53. RGB value is (172,230,83). Sum of RGB (Red+Green+Blue) = 172+230+83=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE653 is #5319AC. Grayscale: #C4C4C4. Windows color (decimal): -5446061 or 5498540. OLE color: 5498540.
HSL color Cylindrical-coordinate representation of color #ACE653: hue angle of 83.67º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACE653 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 83 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.10 |
| HSL | 83.67º | 0.75% | 0.61% | - |
| HSV(B) | 83.67º | 0.64% | 0.9% | - |
| XYZ | 46.87 | 65.99 | 18.45 | - |
| YUV | 195.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 83 | 0.25 | 0 | 0.64 | 0.10 | 83.67 | 0.75 | 0.61 |
| Hex | AC | E6 | 53 | 19 | 0 | 40 | A | 54 | 4B | 3D |
| Octal | 254 | 346 | 123 | 31 | 0 | 100 | 12 | 124 | 113 | 75 |
| Binary | 10101100 | 11100110 | 1010011 | 11001 | 0 | 1000000 | 1010 | 1010100 | 1001011 | 111101 |
Color Harmonies of #ACE653
Complementary color
Monochromatic Colors of #ACE653
Black with #ACE653
Text Example
Text Example
White with #ACE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE653; }
p { color: rgb(172,230,83); }
H1.HeaderClassName
{
color: #ACE653;
}
.AnyTagClassName
{
color: #ACE653;
}
</style>
background-color css
<style>
a { background-color: #ACE653; }
a { background-color: rgb(172,230,83); }
div.DivClassName
{
background-color: #ACE653;
}
.BgClassName
{
background-color: #ACE653;
}
</style>
border-color css
<style>
span { border-color: #ACE653; }
span { border-color: rgb(172,230,83); }
td.TdClassName
{
border-color: #ACE653;
}
.TagClassName
{
border-color: #ACE653;
}
</style>