Shades of Conifer #ACE73B
Tints of Conifer #ACE73B
RGB
CMYK
RGB Variations
Color information
#ACE73B (or 0xACE73B) is known color: Conifer. HEX triplet: AC, E7 and 3B. RGB value is (172,231,59). Sum of RGB (Red+Green+Blue) = 172+231+59=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE73B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE73B is #5318C4. Grayscale: #C2C2C2. Windows color (decimal): -5445829 or 3925932. OLE color: 3925932.
HSL color Cylindrical-coordinate representation of color #ACE73B: hue angle of 80.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE73B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 59 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 80.58º | 0.78% | 0.57% | - |
| HSV(B) | 80.58º | 0.74% | 0.91% | - |
| XYZ | 46.38 | 66.24 | 14.48 | - |
| YUV | 193.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 59 | 0.26 | 0 | 0.74 | 0.09 | 80.58 | 0.78 | 0.57 |
| Hex | AC | E7 | 3B | 1A | 0 | 4A | 9 | 51 | 4E | 39 |
| Octal | 254 | 347 | 73 | 32 | 0 | 112 | 11 | 121 | 116 | 71 |
| Binary | 10101100 | 11100111 | 111011 | 11010 | 0 | 1001010 | 1001 | 1010001 | 1001110 | 111001 |
Color Harmonies of #ACE73B
Complementary color
Monochromatic Colors of #ACE73B
Black with #ACE73B
Text Example
Text Example
White with #ACE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE73B; }
p { color: rgb(172,231,59); }
H1.HeaderClassName
{
color: #ACE73B;
}
.AnyTagClassName
{
color: #ACE73B;
}
</style>
background-color css
<style>
a { background-color: #ACE73B; }
a { background-color: rgb(172,231,59); }
div.DivClassName
{
background-color: #ACE73B;
}
.BgClassName
{
background-color: #ACE73B;
}
</style>
border-color css
<style>
span { border-color: #ACE73B; }
span { border-color: rgb(172,231,59); }
td.TdClassName
{
border-color: #ACE73B;
}
.TagClassName
{
border-color: #ACE73B;
}
</style>