Shades of Conifer #A2CE52
Tints of Conifer #A2CE52
RGB
CMYK
RGB Variations
Color information
#A2CE52 (or 0xA2CE52) is known color: Conifer. HEX triplet: A2, CE and 52. RGB value is (162,206,82). Sum of RGB (Red+Green+Blue) = 162+206+82=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE52 is #5D31AD. Grayscale: #B3B3B3. Windows color (decimal): -6107566 or 5426850. OLE color: 5426850.
HSL color Cylindrical-coordinate representation of color #A2CE52: hue angle of 81.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2CE52 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 82 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.19 |
| HSL | 81.29º | 0.56% | 0.56% | - |
| HSV(B) | 81.29º | 0.6% | 0.81% | - |
| XYZ | 38.49 | 52.43 | 16.07 | - |
| YUV | 178.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 82 | 0.21 | 0 | 0.60 | 0.19 | 81.29 | 0.56 | 0.56 |
| Hex | A2 | CE | 52 | 15 | 0 | 3C | 13 | 51 | 38 | 38 |
| Octal | 242 | 316 | 122 | 25 | 0 | 74 | 23 | 121 | 70 | 70 |
| Binary | 10100010 | 11001110 | 1010010 | 10101 | 0 | 111100 | 10011 | 1010001 | 111000 | 111000 |
Color Harmonies of #A2CE52
Complementary color
Monochromatic Colors of #A2CE52
Black with #A2CE52
Text Example
Text Example
White with #A2CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE52; }
p { color: rgb(162,206,82); }
H1.HeaderClassName
{
color: #A2CE52;
}
.AnyTagClassName
{
color: #A2CE52;
}
</style>
background-color css
<style>
a { background-color: #A2CE52; }
a { background-color: rgb(162,206,82); }
div.DivClassName
{
background-color: #A2CE52;
}
.BgClassName
{
background-color: #A2CE52;
}
</style>
border-color css
<style>
span { border-color: #A2CE52; }
span { border-color: rgb(162,206,82); }
td.TdClassName
{
border-color: #A2CE52;
}
.TagClassName
{
border-color: #A2CE52;
}
</style>