Shades of Conifer #ADD14B
Tints of Conifer #ADD14B
RGB
CMYK
RGB Variations
Color information
#ADD14B (or 0xADD14B) is known color: Conifer. HEX triplet: AD, D1 and 4B. RGB value is (173,209,75). Sum of RGB (Red+Green+Blue) = 173+209+75=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD14B is #522EB4. Grayscale: #B7B7B7. Windows color (decimal): -5385909 or 4968877. OLE color: 4968877.
HSL color Cylindrical-coordinate representation of color #ADD14B: hue angle of 76.12º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD14B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 75 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 76.12º | 0.59% | 0.56% | - |
| HSV(B) | 76.12º | 0.64% | 0.82% | - |
| XYZ | 41.3 | 54.99 | 15.09 | - |
| YUV | 182.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 75 | 0.17 | 0 | 0.64 | 0.18 | 76.12 | 0.59 | 0.56 |
| Hex | AD | D1 | 4B | 11 | 0 | 40 | 12 | 4C | 3B | 38 |
| Octal | 255 | 321 | 113 | 21 | 0 | 100 | 22 | 114 | 73 | 70 |
| Binary | 10101101 | 11010001 | 1001011 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111011 | 111000 |
Color Harmonies of #ADD14B
Complementary color
Monochromatic Colors of #ADD14B
Black with #ADD14B
Text Example
Text Example
White with #ADD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD14B; }
p { color: rgb(173,209,75); }
H1.HeaderClassName
{
color: #ADD14B;
}
.AnyTagClassName
{
color: #ADD14B;
}
</style>
background-color css
<style>
a { background-color: #ADD14B; }
a { background-color: rgb(173,209,75); }
div.DivClassName
{
background-color: #ADD14B;
}
.BgClassName
{
background-color: #ADD14B;
}
</style>
border-color css
<style>
span { border-color: #ADD14B; }
span { border-color: rgb(173,209,75); }
td.TdClassName
{
border-color: #ADD14B;
}
.TagClassName
{
border-color: #ADD14B;
}
</style>