#ADDB61

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

Shades of Conifer #ADDB61

Tints of Conifer #ADDB61

Color information

#ADDB61 (or 0xADDB61) is unknown color: approx Conifer. HEX triplet: AD, DB and 61. RGB value is (173,219,97). Sum of RGB (Red+Green+Blue) = 173+219+97=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB61 is #52249E. Grayscale: #BFBFBF. Windows color (decimal): -5383327 or 6413229. OLE color: 6413229.

HSL color Cylindrical-coordinate representation of color #ADDB61: hue angle of 82.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDB61 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB17321997-
CMYK0.2100.560.14
HSL82.62º62.89%61.96%-
HSV(B)82.62º55.71%85.88%-
XYZ44.7260.4120.61-
YUV191.3474.76114.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=35.38%
G=44.79%
B=19.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173219970.2100.560.1482.6262.8961.96
HexADDB6115038E533f3e
Octal25533314125070161237776
Binary1010110111011011110000110101011100011101010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB61; }

 p { color: rgb(173,219,97); }

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

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

 a { background-color: rgb(173,219,97); }

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

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

 span { border-color: rgb(173,219,97); }

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