#ADCE8C

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

Shades of Feijoa #ADCE8C

Tints of Feijoa #ADCE8C

Color information

#ADCE8C (or 0xADCE8C) is unknown color: approx Feijoa. HEX triplet: AD, CE and 8C. RGB value is (173,206,140). Sum of RGB (Red+Green+Blue) = 173+206+140=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE8C is #523173. Grayscale: #BCBCBC. Windows color (decimal): -5386612 or 9227949. OLE color: 9227949.

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

Color convert

RGB173206140-
CMYK0.1600.320.19
HSL90º40.24%67.84%-
HSV(B)90º32.04%80.78%-
XYZ44.0454.9233.09-
YUV188.61100.57116.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=33.33%
G=39.69%
B=26.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061400.1600.320.199040.2467.84
HexADCE8C10020135a2844
Octal255316214200402313250104
Binary1010110111001110100011001000001000001001110110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE8C; }

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

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

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

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

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

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

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

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