Shades of Conifer #ACCB5E
Tints of Conifer #ACCB5E
RGB
CMYK
RGB Variations
Color information
#ACCB5E (or 0xACCB5E) is known color: Conifer. HEX triplet: AC, CB and 5E. RGB value is (172,203,94). Sum of RGB (Red+Green+Blue) = 172+203+94=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB5E is #5334A1. Grayscale: #B5B5B5. Windows color (decimal): -5452962 or 6212524. OLE color: 6212524.
HSL color Cylindrical-coordinate representation of color #ACCB5E: hue angle of 77.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACCB5E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 94 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.20 |
| HSL | 77.06º | 0.51% | 0.58% | - |
| HSV(B) | 77.06º | 0.54% | 0.8% | - |
| XYZ | 40.39 | 52.29 | 18.55 | - |
| YUV | 181.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 94 | 0.15 | 0 | 0.54 | 0.20 | 77.06 | 0.51 | 0.58 |
| Hex | AC | CB | 5E | F | 0 | 36 | 14 | 4D | 33 | 3A |
| Octal | 254 | 313 | 136 | 17 | 0 | 66 | 24 | 115 | 63 | 72 |
| Binary | 10101100 | 11001011 | 1011110 | 1111 | 0 | 110110 | 10100 | 1001101 | 110011 | 111010 |
Color Harmonies of #ACCB5E
Complementary color
Monochromatic Colors of #ACCB5E
Black with #ACCB5E
Text Example
Text Example
White with #ACCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB5E; }
p { color: rgb(172,203,94); }
H1.HeaderClassName
{
color: #ACCB5E;
}
.AnyTagClassName
{
color: #ACCB5E;
}
</style>
background-color css
<style>
a { background-color: #ACCB5E; }
a { background-color: rgb(172,203,94); }
div.DivClassName
{
background-color: #ACCB5E;
}
.BgClassName
{
background-color: #ACCB5E;
}
</style>
border-color css
<style>
span { border-color: #ACCB5E; }
span { border-color: rgb(172,203,94); }
td.TdClassName
{
border-color: #ACCB5E;
}
.TagClassName
{
border-color: #ACCB5E;
}
</style>