#ADD76D

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

Shades of Conifer #ADD76D

Tints of Conifer #ADD76D

Color information

#ADD76D (or 0xADD76D) is unknown color: approx Conifer. HEX triplet: AD, D7 and 6D. RGB value is (173,215,109). Sum of RGB (Red+Green+Blue) = 173+215+109=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD76D is #522892. Grayscale: #BEBEBE. Windows color (decimal): -5384339 or 7198637. OLE color: 7198637.

HSL color Cylindrical-coordinate representation of color #ADD76D: hue angle of 83.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD76D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB173215109-
CMYK0.2000.490.16
HSL83.77º56.99%63.53%-
HSV(B)83.77º49.3%84.31%-
XYZ44.2958.5923.44-
YUV190.3682.09115.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=34.81%
G=43.26%
B=21.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151090.2000.490.1683.7756.9963.53
HexADD76D1403110543940
Octal255327155240612012471100
Binary101011011101011111011011010001100011000010101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD76D; }

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

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

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

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

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

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

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

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