Shades of Conifer #A3DA52
Tints of Conifer #A3DA52
RGB
CMYK
RGB Variations
Color information
#A3DA52 (or 0xA3DA52) is known color: Conifer. HEX triplet: A3, DA and 52. RGB value is (163,218,82). Sum of RGB (Red+Green+Blue) = 163+218+82=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA52 is #5C25AD. Grayscale: #BABABA. Windows color (decimal): -6038958 or 5429923. OLE color: 5429923.
HSL color Cylindrical-coordinate representation of color #A3DA52: hue angle of 84.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3DA52 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.15 |
| HSL | 84.26º | 0.65% | 0.59% | - |
| HSV(B) | 84.26º | 0.62% | 0.85% | - |
| XYZ | 41.7 | 58.54 | 17.08 | - |
| YUV | 186.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 82 | 0.25 | 0 | 0.62 | 0.15 | 84.26 | 0.65 | 0.59 |
| Hex | A3 | DA | 52 | 19 | 0 | 3E | F | 54 | 41 | 3B |
| Octal | 243 | 332 | 122 | 31 | 0 | 76 | 17 | 124 | 101 | 73 |
| Binary | 10100011 | 11011010 | 1010010 | 11001 | 0 | 111110 | 1111 | 1010100 | 1000001 | 111011 |
Color Harmonies of #A3DA52
Complementary color
Monochromatic Colors of #A3DA52
Black with #A3DA52
Text Example
Text Example
White with #A3DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA52; }
p { color: rgb(163,218,82); }
H1.HeaderClassName
{
color: #A3DA52;
}
.AnyTagClassName
{
color: #A3DA52;
}
</style>
background-color css
<style>
a { background-color: #A3DA52; }
a { background-color: rgb(163,218,82); }
div.DivClassName
{
background-color: #A3DA52;
}
.BgClassName
{
background-color: #A3DA52;
}
</style>
border-color css
<style>
span { border-color: #A3DA52; }
span { border-color: rgb(163,218,82); }
td.TdClassName
{
border-color: #A3DA52;
}
.TagClassName
{
border-color: #A3DA52;
}
</style>