#ADCD61

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

Shades of Conifer #ADCD61

Tints of Conifer #ADCD61

Color information

#ADCD61 (or 0xADCD61) is unknown color: approx Conifer. HEX triplet: AD, CD and 61. RGB value is (173,205,97). Sum of RGB (Red+Green+Blue) = 173+205+97=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD61 is #52329E. Grayscale: #B7B7B7. Windows color (decimal): -5386911 or 6409645. OLE color: 6409645.

HSL color Cylindrical-coordinate representation of color #ADCD61: hue angle of 77.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCD61 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17320597-
CMYK0.1600.530.20
HSL77.78º51.92%59.22%-
HSV(B)77.78º52.68%80.39%-
XYZ41.2253.4119.45-
YUV183.1279.4120.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=36.42%
G=43.16%
B=20.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173205970.1600.530.2077.7851.9259.22
HexADCD6110035144e343b
Octal25531514120065241166473
Binary10101101110011011100001100000110101101001001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD61; }

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

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

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

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

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

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

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

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