#ADDA61

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

Shades of Conifer #ADDA61

Tints of Conifer #ADDA61

Color information

#ADDA61 (or 0xADDA61) is unknown color: approx Conifer. HEX triplet: AD, DA and 61. RGB value is (173,218,97). Sum of RGB (Red+Green+Blue) = 173+218+97=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA61 is #52259E. Grayscale: #BFBFBF. Windows color (decimal): -5383583 or 6412973. OLE color: 6412973.

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

Color convert

RGB17321897-
CMYK0.2100.560.15
HSL82.31º62.05%61.76%-
HSV(B)82.31º55.5%85.49%-
XYZ44.4659.8920.53-
YUV190.7575.09115.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=35.45%
G=44.67%
B=19.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173218970.2100.560.1582.3162.0561.76
HexADDA6115038F523e3e
Octal25533214125070171227676
Binary1010110111011010110000110101011100011111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDA61; }

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

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

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

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

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

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

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

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