#ADD06A

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

Shades of Conifer #ADD06A

Tints of Conifer #ADD06A

Color information

#ADD06A (or 0xADD06A) is unknown color: approx Conifer. HEX triplet: AD, D0 and 6A. RGB value is (173,208,106). Sum of RGB (Red+Green+Blue) = 173+208+106=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD06A is #522F95. Grayscale: #BABABA. Windows color (decimal): -5386134 or 7000237. OLE color: 7000237.

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

Color convert

RGB173208106-
CMYK0.1700.490.18
HSL80.59º52.04%61.57%-
HSV(B)80.59º49.04%81.57%-
XYZ42.3955.0422.02-
YUV185.9182.9118.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=35.52%
G=42.71%
B=21.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081060.1700.490.1880.5952.0461.57
HexADD06A110311251343e
Octal25532015221061221216476
Binary10101101110100001101010100010110001100101010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD06A; }

 p { color: rgb(173,208,106); }

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

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

 a { background-color: rgb(173,208,106); }

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

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

 span { border-color: rgb(173,208,106); }

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