#ADD46D

Color #ADD46D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADD46D

Tints of Conifer #ADD46D

Color information

#ADD46D (or 0xADD46D) is unknown color: approx Conifer. HEX triplet: AD, D4 and 6D. RGB value is (173,212,109). Sum of RGB (Red+Green+Blue) = 173+212+109=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD46D is #522B92. Grayscale: #BCBCBC. Windows color (decimal): -5385107 or 7197869. OLE color: 7197869.

HSL color Cylindrical-coordinate representation of color #ADD46D: hue angle of 82.72º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD46D is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB173212109-
CMYK0.1800.490.17
HSL82.72º54.5%62.94%-
HSV(B)82.72º48.58%83.14%-
XYZ43.5457.0823.19-
YUV188.683.08116.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=35.02%
G=42.91%
B=22.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121090.1800.490.1782.7254.562.94
HexADD46D120311153363f
Octal25532415522061211236677
Binary10101101110101001101101100100110001100011010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD46D; }

 p { color: rgb(173,212,109); }

 H1.HeaderClassName
 {
   color: #ADD46D;
 }
 .AnyTagClassName
 {
   color: #ADD46D;
 }
</style>
background-color css

<style>
 a { background-color: #ADD46D; }

 a { background-color: rgb(173,212,109); }

 div.DivClassName
 {
   background-color: #ADD46D;
 }
 .BgClassName
 {
   background-color: #ADD46D;
 }
</style>
border-color css

<style>
 span { border-color: #ADD46D; }

 span { border-color: rgb(173,212,109); }

 td.TdClassName
 {
   border-color: #ADD46D;
 }
 .TagClassName
 {
   border-color: #ADD46D;
 }
</style>