Shades of Conifer #A3DB4B
Tints of Conifer #A3DB4B
RGB
CMYK
RGB Variations
Color information
#A3DB4B (or 0xA3DB4B) is known color: Conifer. HEX triplet: A3, DB and 4B. RGB value is (163,219,75). Sum of RGB (Red+Green+Blue) = 163+219+75=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DB4B is #5C24B4. Grayscale: #BABABA. Windows color (decimal): -6038709 or 4971427. OLE color: 4971427.
HSL color Cylindrical-coordinate representation of color #A3DB4B: hue angle of 83.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3DB4B is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 75 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.14 |
| HSL | 83.33º | 0.67% | 0.58% | - |
| HSV(B) | 83.33º | 0.66% | 0.86% | - |
| XYZ | 41.71 | 58.96 | 15.84 | - |
| YUV | 185.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 75 | 0.26 | 0 | 0.66 | 0.14 | 83.33 | 0.67 | 0.58 |
| Hex | A3 | DB | 4B | 1A | 0 | 42 | E | 53 | 43 | 3A |
| Octal | 243 | 333 | 113 | 32 | 0 | 102 | 16 | 123 | 103 | 72 |
| Binary | 10100011 | 11011011 | 1001011 | 11010 | 0 | 1000010 | 1110 | 1010011 | 1000011 | 111010 |
Color Harmonies of #A3DB4B
Complementary color
Monochromatic Colors of #A3DB4B
Black with #A3DB4B
Text Example
Text Example
White with #A3DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB4B; }
p { color: rgb(163,219,75); }
H1.HeaderClassName
{
color: #A3DB4B;
}
.AnyTagClassName
{
color: #A3DB4B;
}
</style>
background-color css
<style>
a { background-color: #A3DB4B; }
a { background-color: rgb(163,219,75); }
div.DivClassName
{
background-color: #A3DB4B;
}
.BgClassName
{
background-color: #A3DB4B;
}
</style>
border-color css
<style>
span { border-color: #A3DB4B; }
span { border-color: rgb(163,219,75); }
td.TdClassName
{
border-color: #A3DB4B;
}
.TagClassName
{
border-color: #A3DB4B;
}
</style>