#AADD93

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

Shades of Feijoa #AADD93

Tints of Feijoa #AADD93

Color information

#AADD93 (or 0xAADD93) is unknown color: approx Feijoa. HEX triplet: AA, DD and 93. RGB value is (170,221,147). Sum of RGB (Red+Green+Blue) = 170+221+147=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD93 is #55226C. Grayscale: #C5C5C5. Windows color (decimal): -5579373 or 9690538. OLE color: 9690538.

HSL color Cylindrical-coordinate representation of color #AADD93: hue angle of 101.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADD93 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB170221147-
CMYK0.2300.330.13
HSL101.35º52.11%72.16%-
HSV(B)101.35º33.48%86.67%-
XYZ47.762.3737.13-
YUV197.3299.6108.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=31.60%
G=41.08%
B=27.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211470.2300.330.13101.3552.1172.16
HexAADD9317021D653448
Octal252335223270411514564110
Binary101010101101110110010011101110100001110111001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD93; }

 p { color: rgb(170,221,147); }

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

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

 a { background-color: rgb(170,221,147); }

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

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

 span { border-color: rgb(170,221,147); }

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