Shades of Conifer #ADD65C
Tints of Conifer #ADD65C
RGB
CMYK
RGB Variations
Color information
#ADD65C (or 0xADD65C) is known color: Conifer. HEX triplet: AD, D6 and 5C. RGB value is (173,214,92). Sum of RGB (Red+Green+Blue) = 173+214+92=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD65C is #5229A3. Grayscale: #BCBCBC. Windows color (decimal): -5384612 or 6084269. OLE color: 6084269.
HSL color Cylindrical-coordinate representation of color #ADD65C: hue angle of 80.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD65C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 92 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.16 |
| HSL | 80.16º | 0.6% | 0.6% | - |
| HSV(B) | 80.16º | 0.57% | 0.84% | - |
| XYZ | 43.21 | 57.75 | 18.99 | - |
| YUV | 187.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 92 | 0.19 | 0 | 0.57 | 0.16 | 80.16 | 0.6 | 0.6 |
| Hex | AD | D6 | 5C | 13 | 0 | 39 | 10 | 50 | 3C | 3C |
| Octal | 255 | 326 | 134 | 23 | 0 | 71 | 20 | 120 | 74 | 74 |
| Binary | 10101101 | 11010110 | 1011100 | 10011 | 0 | 111001 | 10000 | 1010000 | 111100 | 111100 |
Color Harmonies of #ADD65C
Complementary color
Monochromatic Colors of #ADD65C
Black with #ADD65C
Text Example
Text Example
White with #ADD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD65C; }
p { color: rgb(173,214,92); }
H1.HeaderClassName
{
color: #ADD65C;
}
.AnyTagClassName
{
color: #ADD65C;
}
</style>
background-color css
<style>
a { background-color: #ADD65C; }
a { background-color: rgb(173,214,92); }
div.DivClassName
{
background-color: #ADD65C;
}
.BgClassName
{
background-color: #ADD65C;
}
</style>
border-color css
<style>
span { border-color: #ADD65C; }
span { border-color: rgb(173,214,92); }
td.TdClassName
{
border-color: #ADD65C;
}
.TagClassName
{
border-color: #ADD65C;
}
</style>