Shades of Conifer #ACE95C
Tints of Conifer #ACE95C
RGB
CMYK
RGB Variations
Color information
#ACE95C (or 0xACE95C) is known color: Conifer. HEX triplet: AC, E9 and 5C. RGB value is (172,233,92). Sum of RGB (Red+Green+Blue) = 172+233+92=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE95C is #5316A3. Grayscale: #C7C7C7. Windows color (decimal): -5445284 or 6089132. OLE color: 6089132.
HSL color Cylindrical-coordinate representation of color #ACE95C: hue angle of 85.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACE95C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 92 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.96º | 0.76% | 0.64% | - |
| HSV(B) | 85.96º | 0.61% | 0.91% | - |
| XYZ | 48.08 | 67.82 | 20.68 | - |
| YUV | 198.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 92 | 0.26 | 0 | 0.61 | 0.09 | 85.96 | 0.76 | 0.64 |
| Hex | AC | E9 | 5C | 1A | 0 | 3D | 9 | 56 | 4C | 40 |
| Octal | 254 | 351 | 134 | 32 | 0 | 75 | 11 | 126 | 114 | 100 |
| Binary | 10101100 | 11101001 | 1011100 | 11010 | 0 | 111101 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ACE95C
Complementary color
Monochromatic Colors of #ACE95C
Black with #ACE95C
Text Example
Text Example
White with #ACE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE95C; }
p { color: rgb(172,233,92); }
H1.HeaderClassName
{
color: #ACE95C;
}
.AnyTagClassName
{
color: #ACE95C;
}
</style>
background-color css
<style>
a { background-color: #ACE95C; }
a { background-color: rgb(172,233,92); }
div.DivClassName
{
background-color: #ACE95C;
}
.BgClassName
{
background-color: #ACE95C;
}
</style>
border-color css
<style>
span { border-color: #ACE95C; }
span { border-color: rgb(172,233,92); }
td.TdClassName
{
border-color: #ACE95C;
}
.TagClassName
{
border-color: #ACE95C;
}
</style>