Shades of Conifer #ACE950
Tints of Conifer #ACE950
RGB
CMYK
RGB Variations
Color information
#ACE950 (or 0xACE950) is known color: Conifer. HEX triplet: AC, E9 and 50. RGB value is (172,233,80). Sum of RGB (Red+Green+Blue) = 172+233+80=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE950 is #5316AF. Grayscale: #C5C5C5. Windows color (decimal): -5445296 or 5302700. OLE color: 5302700.
HSL color Cylindrical-coordinate representation of color #ACE950: hue angle of 83.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE950 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.09 |
| HSL | 83.92º | 0.78% | 0.61% | - |
| HSV(B) | 83.92º | 0.66% | 0.91% | - |
| XYZ | 47.6 | 67.63 | 18.13 | - |
| YUV | 197.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 80 | 0.26 | 0 | 0.66 | 0.09 | 83.92 | 0.78 | 0.61 |
| Hex | AC | E9 | 50 | 1A | 0 | 42 | 9 | 54 | 4E | 3D |
| Octal | 254 | 351 | 120 | 32 | 0 | 102 | 11 | 124 | 116 | 75 |
| Binary | 10101100 | 11101001 | 1010000 | 11010 | 0 | 1000010 | 1001 | 1010100 | 1001110 | 111101 |
Color Harmonies of #ACE950
Complementary color
Monochromatic Colors of #ACE950
Black with #ACE950
Text Example
Text Example
White with #ACE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE950; }
p { color: rgb(172,233,80); }
H1.HeaderClassName
{
color: #ACE950;
}
.AnyTagClassName
{
color: #ACE950;
}
</style>
background-color css
<style>
a { background-color: #ACE950; }
a { background-color: rgb(172,233,80); }
div.DivClassName
{
background-color: #ACE950;
}
.BgClassName
{
background-color: #ACE950;
}
</style>
border-color css
<style>
span { border-color: #ACE950; }
span { border-color: rgb(172,233,80); }
td.TdClassName
{
border-color: #ACE950;
}
.TagClassName
{
border-color: #ACE950;
}
</style>