Shades of Conifer #ACE769
Tints of Conifer #ACE769
RGB
CMYK
RGB Variations
Color information
#ACE769 (or 0xACE769) is known color: Conifer. HEX triplet: AC, E7 and 69. RGB value is (172,231,105). Sum of RGB (Red+Green+Blue) = 172+231+105=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE769 is #531896. Grayscale: #C7C7C7. Windows color (decimal): -5445783 or 6940588. OLE color: 6940588.
HSL color Cylindrical-coordinate representation of color #ACE769: hue angle of 88.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACE769 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 105 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.09 |
| HSL | 88.1º | 0.72% | 0.66% | - |
| HSV(B) | 88.1º | 0.55% | 0.91% | - |
| XYZ | 48.14 | 66.94 | 23.75 | - |
| YUV | 199 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 105 | 0.26 | 0 | 0.55 | 0.09 | 88.1 | 0.72 | 0.66 |
| Hex | AC | E7 | 69 | 1A | 0 | 37 | 9 | 58 | 48 | 42 |
| Octal | 254 | 347 | 151 | 32 | 0 | 67 | 11 | 130 | 110 | 102 |
| Binary | 10101100 | 11100111 | 1101001 | 11010 | 0 | 110111 | 1001 | 1011000 | 1001000 | 1000010 |
Color Harmonies of #ACE769
Complementary color
Monochromatic Colors of #ACE769
Black with #ACE769
Text Example
Text Example
White with #ACE769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE769; }
p { color: rgb(172,231,105); }
H1.HeaderClassName
{
color: #ACE769;
}
.AnyTagClassName
{
color: #ACE769;
}
</style>
background-color css
<style>
a { background-color: #ACE769; }
a { background-color: rgb(172,231,105); }
div.DivClassName
{
background-color: #ACE769;
}
.BgClassName
{
background-color: #ACE769;
}
</style>
border-color css
<style>
span { border-color: #ACE769; }
span { border-color: rgb(172,231,105); }
td.TdClassName
{
border-color: #ACE769;
}
.TagClassName
{
border-color: #ACE769;
}
</style>