#ADD163

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

Shades of Conifer #ADD163

Tints of Conifer #ADD163

Color information

#ADD163 (or 0xADD163) is unknown color: approx Conifer. HEX triplet: AD, D1 and 63. RGB value is (173,209,99). Sum of RGB (Red+Green+Blue) = 173+209+99=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD163 is #522E9C. Grayscale: #BABABA. Windows color (decimal): -5385885 or 6541741. OLE color: 6541741.

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

Color convert

RGB17320999-
CMYK0.1700.530.18
HSL79.64º54.46%60.39%-
HSV(B)79.64º52.63%81.96%-
XYZ42.2955.3920.27-
YUV185.779.07118.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=35.97%
G=43.45%
B=20.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173209990.1700.530.1879.6454.4660.39
HexADD163110351250363c
Octal25532114321065221206674
Binary10101101110100011100011100010110101100101010000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD163; }

 p { color: rgb(173,209,99); }

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

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

 a { background-color: rgb(173,209,99); }

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

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

 span { border-color: rgb(173,209,99); }

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