Shades of Conifer #ACCB5D
Tints of Conifer #ACCB5D
RGB
CMYK
RGB Variations
Color information
#ACCB5D (or 0xACCB5D) is known color: Conifer. HEX triplet: AC, CB and 5D. RGB value is (172,203,93). Sum of RGB (Red+Green+Blue) = 172+203+93=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB5D is #5334A2. Grayscale: #B5B5B5. Windows color (decimal): -5452963 or 6146988. OLE color: 6146988.
HSL color Cylindrical-coordinate representation of color #ACCB5D: hue angle of 76.91º 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 #ACCB5D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 93 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.20 |
| HSL | 76.91º | 0.51% | 0.58% | - |
| HSV(B) | 76.91º | 0.54% | 0.8% | - |
| XYZ | 40.34 | 52.27 | 18.32 | - |
| YUV | 181.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 93 | 0.15 | 0 | 0.54 | 0.20 | 76.91 | 0.51 | 0.58 |
| Hex | AC | CB | 5D | F | 0 | 36 | 14 | 4D | 33 | 3A |
| Octal | 254 | 313 | 135 | 17 | 0 | 66 | 24 | 115 | 63 | 72 |
| Binary | 10101100 | 11001011 | 1011101 | 1111 | 0 | 110110 | 10100 | 1001101 | 110011 | 111010 |
Color Harmonies of #ACCB5D
Complementary color
Monochromatic Colors of #ACCB5D
Black with #ACCB5D
Text Example
Text Example
White with #ACCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB5D; }
p { color: rgb(172,203,93); }
H1.HeaderClassName
{
color: #ACCB5D;
}
.AnyTagClassName
{
color: #ACCB5D;
}
</style>
background-color css
<style>
a { background-color: #ACCB5D; }
a { background-color: rgb(172,203,93); }
div.DivClassName
{
background-color: #ACCB5D;
}
.BgClassName
{
background-color: #ACCB5D;
}
</style>
border-color css
<style>
span { border-color: #ACCB5D; }
span { border-color: rgb(172,203,93); }
td.TdClassName
{
border-color: #ACCB5D;
}
.TagClassName
{
border-color: #ACCB5D;
}
</style>