#ADCC91

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

Shades of Feijoa #ADCC91

Tints of Feijoa #ADCC91

Color information

#ADCC91 (or 0xADCC91) is unknown color: approx Feijoa. HEX triplet: AD, CC and 91. RGB value is (173,204,145). Sum of RGB (Red+Green+Blue) = 173+204+145=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC91 is #52336E. Grayscale: #BCBCBC. Windows color (decimal): -5387119 or 9555117. OLE color: 9555117.

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

Color convert

RGB173204145-
CMYK0.1500.290.2
HSL91.53º36.65%68.43%-
HSV(B)91.53º28.92%80%-
XYZ43.9454.1134.92-
YUV188103.73117.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=33.14%
G=39.08%
B=27.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041450.1500.290.291.5336.6568.43
HexADCC91F01D145c2544
Octal255314221170352413445104
Binary10101101110011001001000111110111011010010111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC91; }

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

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

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

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

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

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

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

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