#ADCC5C

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

Shades of Conifer #ADCC5C

Tints of Conifer #ADCC5C

Color information

#ADCC5C (or 0xADCC5C) is unknown color: approx Conifer. HEX triplet: AD, CC and 5C. RGB value is (173,204,92). Sum of RGB (Red+Green+Blue) = 173+204+92=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC5C is #5233A3. Grayscale: #B6B6B6. Windows color (decimal): -5387172 or 6081709. OLE color: 6081709.

HSL color Cylindrical-coordinate representation of color #ADCC5C: hue angle of 76.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADCC5C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB17320492-
CMYK0.1500.550.2
HSL76.61º52.34%58.04%-
HSV(B)76.61º54.9%80%-
XYZ40.7652.8418.18-
YUV181.9677.23121.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=36.89%
G=43.50%
B=19.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173204920.1500.550.276.6152.3458.04
HexADCC5CF037144d343a
Octal25531413417067241156472
Binary1010110111001100101110011110110111101001001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC5C; }

 p { color: rgb(173,204,92); }

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

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

 a { background-color: rgb(173,204,92); }

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

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

 span { border-color: rgb(173,204,92); }

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