#ADD56B

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

Shades of Conifer #ADD56B

Tints of Conifer #ADD56B

Color information

#ADD56B (or 0xADD56B) is unknown color: approx Conifer. HEX triplet: AD, D5 and 6B. RGB value is (173,213,107). Sum of RGB (Red+Green+Blue) = 173+213+107=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD56B is #522A94. Grayscale: #BDBDBD. Windows color (decimal): -5384853 or 7067053. OLE color: 7067053.

HSL color Cylindrical-coordinate representation of color #ADD56B: hue angle of 82.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD56B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB173213107-
CMYK0.1900.500.16
HSL82.64º55.79%62.75%-
HSV(B)82.64º49.77%83.53%-
XYZ43.6857.5322.71-
YUV188.9681.75116.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 213 (83.59% from 255) = 43.20%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=35.09%
G=43.20%
B=21.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131070.1900.500.1682.6455.7962.75
HexADD56B130321053383f
Octal25532515323062201237077
Binary10101101110101011101011100110110010100001010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD56B; }

 p { color: rgb(173,213,107); }

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

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

 a { background-color: rgb(173,213,107); }

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

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

 span { border-color: rgb(173,213,107); }

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