Shades of Conifer #A2CE5D
Tints of Conifer #A2CE5D
RGB
CMYK
RGB Variations
Color information
#A2CE5D (or 0xA2CE5D) is known color: Conifer. HEX triplet: A2, CE and 5D. RGB value is (162,206,93). Sum of RGB (Red+Green+Blue) = 162+206+93=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE5D is #5D31A2. Grayscale: #B4B4B4. Windows color (decimal): -6107555 or 6147746. OLE color: 6147746.
HSL color Cylindrical-coordinate representation of color #A2CE5D: hue angle of 83.36º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2CE5D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 93 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.19 |
| HSL | 83.36º | 0.54% | 0.59% | - |
| HSV(B) | 83.36º | 0.55% | 0.81% | - |
| XYZ | 38.95 | 52.61 | 18.46 | - |
| YUV | 179.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 93 | 0.21 | 0 | 0.55 | 0.19 | 83.36 | 0.54 | 0.59 |
| Hex | A2 | CE | 5D | 15 | 0 | 37 | 13 | 53 | 36 | 3B |
| Octal | 242 | 316 | 135 | 25 | 0 | 67 | 23 | 123 | 66 | 73 |
| Binary | 10100010 | 11001110 | 1011101 | 10101 | 0 | 110111 | 10011 | 1010011 | 110110 | 111011 |
Color Harmonies of #A2CE5D
Complementary color
Monochromatic Colors of #A2CE5D
Black with #A2CE5D
Text Example
Text Example
White with #A2CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE5D; }
p { color: rgb(162,206,93); }
H1.HeaderClassName
{
color: #A2CE5D;
}
.AnyTagClassName
{
color: #A2CE5D;
}
</style>
background-color css
<style>
a { background-color: #A2CE5D; }
a { background-color: rgb(162,206,93); }
div.DivClassName
{
background-color: #A2CE5D;
}
.BgClassName
{
background-color: #A2CE5D;
}
</style>
border-color css
<style>
span { border-color: #A2CE5D; }
span { border-color: rgb(162,206,93); }
td.TdClassName
{
border-color: #A2CE5D;
}
.TagClassName
{
border-color: #A2CE5D;
}
</style>