#ADCE92

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

Shades of Feijoa #ADCE92

Tints of Feijoa #ADCE92

Color information

#ADCE92 (or 0xADCE92) is unknown color: approx Feijoa. HEX triplet: AD, CE and 92. RGB value is (173,206,146). Sum of RGB (Red+Green+Blue) = 173+206+146=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE92 is #52316D. Grayscale: #BDBDBD. Windows color (decimal): -5386606 or 9621165. OLE color: 9621165.

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

Color convert

RGB173206146-
CMYK0.1600.290.19
HSL93º37.97%69.02%-
HSV(B)93º29.13%80.78%-
XYZ44.4955.135.48-
YUV189.29103.57116.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=32.95%
G=39.24%
B=27.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061460.1600.290.199337.9769.02
HexADCE921001D135d2645
Octal255316222200352313546105
Binary101011011100111010010010100000111011001110111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE92; }

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

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

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

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

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

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

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

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