#A0DE75

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

Shades of Feijoa #A0DE75

Tints of Feijoa #A0DE75

Color information

#A0DE75 (or 0xA0DE75) is unknown color: approx Feijoa. HEX triplet: A0, DE and 75. RGB value is (160,222,117). Sum of RGB (Red+Green+Blue) = 160+222+117=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE75 is #5F218A. Grayscale: #BFBFBF. Windows color (decimal): -6234507 or 7724704. OLE color: 7724704.

HSL color Cylindrical-coordinate representation of color #A0DE75: hue angle of 95.43º degrees, saturation: 0.61, 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 #A0DE75 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB160222117-
CMYK0.2800.470.13
HSL95.43º61.4%66.47%-
HSV(B)95.43º47.3%87.06%-
XYZ43.836126.29-
YUV191.4985.96105.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=32.06%
G=44.49%
B=23.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221170.2800.470.1395.4361.466.47
HexA0DE751C02FD5f3d42
Octal240336165340571513775102
Binary10100000110111101110101111000101111110110111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE75; }

 p { color: rgb(160,222,117); }

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

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

 a { background-color: rgb(160,222,117); }

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

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

 span { border-color: rgb(160,222,117); }

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