Shades of Conifer #A3DD4B
Tints of Conifer #A3DD4B
RGB
CMYK
RGB Variations
Color information
#A3DD4B (or 0xA3DD4B) is known color: Conifer. HEX triplet: A3, DD and 4B. RGB value is (163,221,75). Sum of RGB (Red+Green+Blue) = 163+221+75=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD4B is #5C22B4. Grayscale: #BBBBBB. Windows color (decimal): -6038197 or 4971939. OLE color: 4971939.
HSL color Cylindrical-coordinate representation of color #A3DD4B: hue angle of 83.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3DD4B is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 75 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.13 |
| HSL | 83.84º | 0.68% | 0.58% | - |
| HSV(B) | 83.84º | 0.66% | 0.87% | - |
| XYZ | 42.23 | 60.01 | 16.01 | - |
| YUV | 187.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 75 | 0.26 | 0 | 0.66 | 0.13 | 83.84 | 0.68 | 0.58 |
| Hex | A3 | DD | 4B | 1A | 0 | 42 | D | 54 | 44 | 3A |
| Octal | 243 | 335 | 113 | 32 | 0 | 102 | 15 | 124 | 104 | 72 |
| Binary | 10100011 | 11011101 | 1001011 | 11010 | 0 | 1000010 | 1101 | 1010100 | 1000100 | 111010 |
Color Harmonies of #A3DD4B
Complementary color
Monochromatic Colors of #A3DD4B
Black with #A3DD4B
Text Example
Text Example
White with #A3DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD4B; }
p { color: rgb(163,221,75); }
H1.HeaderClassName
{
color: #A3DD4B;
}
.AnyTagClassName
{
color: #A3DD4B;
}
</style>
background-color css
<style>
a { background-color: #A3DD4B; }
a { background-color: rgb(163,221,75); }
div.DivClassName
{
background-color: #A3DD4B;
}
.BgClassName
{
background-color: #A3DD4B;
}
</style>
border-color css
<style>
span { border-color: #A3DD4B; }
span { border-color: rgb(163,221,75); }
td.TdClassName
{
border-color: #A3DD4B;
}
.TagClassName
{
border-color: #A3DD4B;
}
</style>