Shades of Conifer #A2DF63
Tints of Conifer #A2DF63
RGB
CMYK
RGB Variations
Color information
#A2DF63 (or 0xA2DF63) is known color: Conifer. HEX triplet: A2, DF and 63. RGB value is (162,223,99). Sum of RGB (Red+Green+Blue) = 162+223+99=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF63 is #5D209C. Grayscale: #BFBFBF. Windows color (decimal): -6103197 or 6545314. OLE color: 6545314.
HSL color Cylindrical-coordinate representation of color #A2DF63: hue angle of 89.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2DF63 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 99 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.13 |
| HSL | 89.52º | 0.66% | 0.63% | - |
| HSV(B) | 89.52º | 0.56% | 0.87% | - |
| XYZ | 43.54 | 61.36 | 21.35 | - |
| YUV | 190.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 99 | 0.27 | 0 | 0.56 | 0.13 | 89.52 | 0.66 | 0.63 |
| Hex | A2 | DF | 63 | 1B | 0 | 38 | D | 5A | 42 | 3F |
| Octal | 242 | 337 | 143 | 33 | 0 | 70 | 15 | 132 | 102 | 77 |
| Binary | 10100010 | 11011111 | 1100011 | 11011 | 0 | 111000 | 1101 | 1011010 | 1000010 | 111111 |
Color Harmonies of #A2DF63
Complementary color
Monochromatic Colors of #A2DF63
Black with #A2DF63
Text Example
Text Example
White with #A2DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF63; }
p { color: rgb(162,223,99); }
H1.HeaderClassName
{
color: #A2DF63;
}
.AnyTagClassName
{
color: #A2DF63;
}
</style>
background-color css
<style>
a { background-color: #A2DF63; }
a { background-color: rgb(162,223,99); }
div.DivClassName
{
background-color: #A2DF63;
}
.BgClassName
{
background-color: #A2DF63;
}
</style>
border-color css
<style>
span { border-color: #A2DF63; }
span { border-color: rgb(162,223,99); }
td.TdClassName
{
border-color: #A2DF63;
}
.TagClassName
{
border-color: #A2DF63;
}
</style>