Shades of Conifer #ADD05F
Tints of Conifer #ADD05F
RGB
CMYK
RGB Variations
Color information
#ADD05F (or 0xADD05F) is known color: Conifer. HEX triplet: AD, D0 and 5F. RGB value is (173,208,95). Sum of RGB (Red+Green+Blue) = 173+208+95=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD05F is #522FA0. Grayscale: #B9B9B9. Windows color (decimal): -5386145 or 6279341. OLE color: 6279341.
HSL color Cylindrical-coordinate representation of color #ADD05F: hue angle of 78.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD05F is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 95 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.18 |
| HSL | 78.58º | 0.55% | 0.59% | - |
| HSV(B) | 78.58º | 0.54% | 0.82% | - |
| XYZ | 41.86 | 54.82 | 19.2 | - |
| YUV | 184.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 95 | 0.17 | 0 | 0.54 | 0.18 | 78.58 | 0.55 | 0.59 |
| Hex | AD | D0 | 5F | 11 | 0 | 36 | 12 | 4F | 37 | 3B |
| Octal | 255 | 320 | 137 | 21 | 0 | 66 | 22 | 117 | 67 | 73 |
| Binary | 10101101 | 11010000 | 1011111 | 10001 | 0 | 110110 | 10010 | 1001111 | 110111 | 111011 |
Color Harmonies of #ADD05F
Complementary color
Monochromatic Colors of #ADD05F
Black with #ADD05F
Text Example
Text Example
White with #ADD05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD05F; }
p { color: rgb(173,208,95); }
H1.HeaderClassName
{
color: #ADD05F;
}
.AnyTagClassName
{
color: #ADD05F;
}
</style>
background-color css
<style>
a { background-color: #ADD05F; }
a { background-color: rgb(173,208,95); }
div.DivClassName
{
background-color: #ADD05F;
}
.BgClassName
{
background-color: #ADD05F;
}
</style>
border-color css
<style>
span { border-color: #ADD05F; }
span { border-color: rgb(173,208,95); }
td.TdClassName
{
border-color: #ADD05F;
}
.TagClassName
{
border-color: #ADD05F;
}
</style>