Shades of Conifer #A2D05C
Tints of Conifer #A2D05C
RGB
CMYK
RGB Variations
Color information
#A2D05C (or 0xA2D05C) is known color: Conifer. HEX triplet: A2, D0 and 5C. RGB value is (162,208,92). Sum of RGB (Red+Green+Blue) = 162+208+92=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D05C is #5D2FA3. Grayscale: #B5B5B5. Windows color (decimal): -6107044 or 6082722. OLE color: 6082722.
HSL color Cylindrical-coordinate representation of color #A2D05C: hue angle of 83.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D05C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 92 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.18 |
| HSL | 83.79º | 0.55% | 0.59% | - |
| HSV(B) | 83.79º | 0.56% | 0.82% | - |
| XYZ | 39.39 | 53.57 | 18.39 | - |
| YUV | 181.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 92 | 0.22 | 0 | 0.56 | 0.18 | 83.79 | 0.55 | 0.59 |
| Hex | A2 | D0 | 5C | 16 | 0 | 38 | 12 | 54 | 37 | 3B |
| Octal | 242 | 320 | 134 | 26 | 0 | 70 | 22 | 124 | 67 | 73 |
| Binary | 10100010 | 11010000 | 1011100 | 10110 | 0 | 111000 | 10010 | 1010100 | 110111 | 111011 |
Color Harmonies of #A2D05C
Complementary color
Monochromatic Colors of #A2D05C
Black with #A2D05C
Text Example
Text Example
White with #A2D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D05C; }
p { color: rgb(162,208,92); }
H1.HeaderClassName
{
color: #A2D05C;
}
.AnyTagClassName
{
color: #A2D05C;
}
</style>
background-color css
<style>
a { background-color: #A2D05C; }
a { background-color: rgb(162,208,92); }
div.DivClassName
{
background-color: #A2D05C;
}
.BgClassName
{
background-color: #A2D05C;
}
</style>
border-color css
<style>
span { border-color: #A2D05C; }
span { border-color: rgb(162,208,92); }
td.TdClassName
{
border-color: #A2D05C;
}
.TagClassName
{
border-color: #A2D05C;
}
</style>