Shades of Conifer #A1CE58
Tints of Conifer #A1CE58
RGB
CMYK
RGB Variations
Color information
#A1CE58 (or 0xA1CE58) is known color: Conifer. HEX triplet: A1, CE and 58. RGB value is (161,206,88). Sum of RGB (Red+Green+Blue) = 161+206+88=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE58 is #5E31A7. Grayscale: #B3B3B3. Windows color (decimal): -6173096 or 5820065. OLE color: 5820065.
HSL color Cylindrical-coordinate representation of color #A1CE58: hue angle of 82.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1CE58 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 88 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.19 |
| HSL | 82.88º | 0.55% | 0.58% | - |
| HSV(B) | 82.88º | 0.57% | 0.81% | - |
| XYZ | 38.53 | 52.42 | 17.32 | - |
| YUV | 179.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 88 | 0.22 | 0 | 0.57 | 0.19 | 82.88 | 0.55 | 0.58 |
| Hex | A1 | CE | 58 | 16 | 0 | 39 | 13 | 53 | 37 | 3A |
| Octal | 241 | 316 | 130 | 26 | 0 | 71 | 23 | 123 | 67 | 72 |
| Binary | 10100001 | 11001110 | 1011000 | 10110 | 0 | 111001 | 10011 | 1010011 | 110111 | 111010 |
Color Harmonies of #A1CE58
Complementary color
Monochromatic Colors of #A1CE58
Black with #A1CE58
Text Example
Text Example
White with #A1CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE58; }
p { color: rgb(161,206,88); }
H1.HeaderClassName
{
color: #A1CE58;
}
.AnyTagClassName
{
color: #A1CE58;
}
</style>
background-color css
<style>
a { background-color: #A1CE58; }
a { background-color: rgb(161,206,88); }
div.DivClassName
{
background-color: #A1CE58;
}
.BgClassName
{
background-color: #A1CE58;
}
</style>
border-color css
<style>
span { border-color: #A1CE58; }
span { border-color: rgb(161,206,88); }
td.TdClassName
{
border-color: #A1CE58;
}
.TagClassName
{
border-color: #A1CE58;
}
</style>