#ADD167

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

Shades of Conifer #ADD167

Tints of Conifer #ADD167

Color information

#ADD167 (or 0xADD167) is unknown color: approx Conifer. HEX triplet: AD, D1 and 67. RGB value is (173,209,103). Sum of RGB (Red+Green+Blue) = 173+209+103=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD167 is #522E98. Grayscale: #BABABA. Windows color (decimal): -5385881 or 6803885. OLE color: 6803885.

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

Color convert

RGB173209103-
CMYK0.1700.510.18
HSL80.38º53.54%61.18%-
HSV(B)80.38º50.72%81.96%-
XYZ42.4855.4621.3-
YUV186.1581.07118.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=35.67%
G=43.09%
B=21.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091030.1700.510.1880.3853.5461.18
HexADD167110331250363d
Octal25532114721063221206675
Binary10101101110100011100111100010110011100101010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD167; }

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

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

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

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

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

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

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

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