Shades of Conifer #ACE95A
Tints of Conifer #ACE95A
RGB
CMYK
RGB Variations
Color information
#ACE95A (or 0xACE95A) is known color: Conifer. HEX triplet: AC, E9 and 5A. RGB value is (172,233,90). Sum of RGB (Red+Green+Blue) = 172+233+90=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE95A is #5316A5. Grayscale: #C6C6C6. Windows color (decimal): -5445286 or 5958060. OLE color: 5958060.
HSL color Cylindrical-coordinate representation of color #ACE95A: hue angle of 85.59º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACE95A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 90 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.59º | 0.76% | 0.63% | - |
| HSV(B) | 85.59º | 0.61% | 0.91% | - |
| XYZ | 48 | 67.79 | 20.23 | - |
| YUV | 198.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 90 | 0.26 | 0 | 0.61 | 0.09 | 85.59 | 0.76 | 0.63 |
| Hex | AC | E9 | 5A | 1A | 0 | 3D | 9 | 56 | 4C | 3F |
| Octal | 254 | 351 | 132 | 32 | 0 | 75 | 11 | 126 | 114 | 77 |
| Binary | 10101100 | 11101001 | 1011010 | 11010 | 0 | 111101 | 1001 | 1010110 | 1001100 | 111111 |
Color Harmonies of #ACE95A
Complementary color
Monochromatic Colors of #ACE95A
Black with #ACE95A
Text Example
Text Example
White with #ACE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE95A; }
p { color: rgb(172,233,90); }
H1.HeaderClassName
{
color: #ACE95A;
}
.AnyTagClassName
{
color: #ACE95A;
}
</style>
background-color css
<style>
a { background-color: #ACE95A; }
a { background-color: rgb(172,233,90); }
div.DivClassName
{
background-color: #ACE95A;
}
.BgClassName
{
background-color: #ACE95A;
}
</style>
border-color css
<style>
span { border-color: #ACE95A; }
span { border-color: rgb(172,233,90); }
td.TdClassName
{
border-color: #ACE95A;
}
.TagClassName
{
border-color: #ACE95A;
}
</style>