#ADCE60

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

Shades of Conifer #ADCE60

Tints of Conifer #ADCE60

Color information

#ADCE60 (or 0xADCE60) is unknown color: approx Conifer. HEX triplet: AD, CE and 60. RGB value is (173,206,96). Sum of RGB (Red+Green+Blue) = 173+206+96=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE60 is #52319F. Grayscale: #B8B8B8. Windows color (decimal): -5386656 or 6344365. OLE color: 6344365.

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

Color convert

RGB17320696-
CMYK0.1600.530.19
HSL78º52.88%59.22%-
HSV(B)78º53.4%80.78%-
XYZ41.4253.8719.28-
YUV183.5978.57120.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=36.42%
G=43.37%
B=20.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173206960.1600.530.197852.8859.22
HexADCE6010035134e353b
Octal25531614020065231166573
Binary10101101110011101100000100000110101100111001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE60; }

 p { color: rgb(173,206,96); }

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

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

 a { background-color: rgb(173,206,96); }

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

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

 span { border-color: rgb(173,206,96); }

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