#A2DD75

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

Shades of Feijoa #A2DD75

Tints of Feijoa #A2DD75

Color information

#A2DD75 (or 0xA2DD75) is unknown color: approx Feijoa. HEX triplet: A2, DD and 75. RGB value is (162,221,117). Sum of RGB (Red+Green+Blue) = 162+221+117=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD75 is #5D228A. Grayscale: #BFBFBF. Windows color (decimal): -6103691 or 7724450. OLE color: 7724450.

HSL color Cylindrical-coordinate representation of color #A2DD75: hue angle of 94.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2DD75 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB162221117-
CMYK0.2700.470.13
HSL94.04º60.47%66.27%-
HSV(B)94.04º47.06%86.67%-
XYZ43.9760.6826.22-
YUV191.585.95106.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=32.4%
G=44.2%
B=23.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622211170.2700.470.1394.0460.4766.27
HexA2DD751B02FD5e3c42
Octal242335165330571513674102
Binary10100010110111011110101110110101111110110111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD75; }

 p { color: rgb(162,221,117); }

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

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

 a { background-color: rgb(162,221,117); }

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

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

 span { border-color: rgb(162,221,117); }

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