Shades of Conifer #A3DB4A
Tints of Conifer #A3DB4A
RGB
CMYK
RGB Variations
Color information
#A3DB4A (or 0xA3DB4A) is known color: Conifer. HEX triplet: A3, DB and 4A. RGB value is (163,219,74). Sum of RGB (Red+Green+Blue) = 163+219+74=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DB4A is #5C24B5. Grayscale: #BABABA. Windows color (decimal): -6038710 or 4905891. OLE color: 4905891.
HSL color Cylindrical-coordinate representation of color #A3DB4A: hue angle of 83.17º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3DB4A is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 74 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.14 |
| HSL | 83.17º | 0.67% | 0.57% | - |
| HSV(B) | 83.17º | 0.66% | 0.86% | - |
| XYZ | 41.67 | 58.94 | 15.66 | - |
| YUV | 185.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 74 | 0.26 | 0 | 0.66 | 0.14 | 83.17 | 0.67 | 0.57 |
| Hex | A3 | DB | 4A | 1A | 0 | 42 | E | 53 | 43 | 39 |
| Octal | 243 | 333 | 112 | 32 | 0 | 102 | 16 | 123 | 103 | 71 |
| Binary | 10100011 | 11011011 | 1001010 | 11010 | 0 | 1000010 | 1110 | 1010011 | 1000011 | 111001 |
Color Harmonies of #A3DB4A
Complementary color
Monochromatic Colors of #A3DB4A
Black with #A3DB4A
Text Example
Text Example
White with #A3DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB4A; }
p { color: rgb(163,219,74); }
H1.HeaderClassName
{
color: #A3DB4A;
}
.AnyTagClassName
{
color: #A3DB4A;
}
</style>
background-color css
<style>
a { background-color: #A3DB4A; }
a { background-color: rgb(163,219,74); }
div.DivClassName
{
background-color: #A3DB4A;
}
.BgClassName
{
background-color: #A3DB4A;
}
</style>
border-color css
<style>
span { border-color: #A3DB4A; }
span { border-color: rgb(163,219,74); }
td.TdClassName
{
border-color: #A3DB4A;
}
.TagClassName
{
border-color: #A3DB4A;
}
</style>