#A0ED75

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

Shades of Feijoa #A0ED75

Tints of Feijoa #A0ED75

Color information

#A0ED75 (or 0xA0ED75) is unknown color: approx Feijoa. HEX triplet: A0, ED and 75. RGB value is (160,237,117). Sum of RGB (Red+Green+Blue) = 160+237+117=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED75 is #5F128A. Grayscale: #C8C8C8. Windows color (decimal): -6230667 or 7728544. OLE color: 7728544.

HSL color Cylindrical-coordinate representation of color #A0ED75: hue angle of 98.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0ED75 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB160237117-
CMYK0.3200.510.07
HSL98.5º76.92%69.41%-
HSV(B)98.5º50.63%92.94%-
XYZ47.9969.3327.68-
YUV200.380.9999.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 237 (92.97% from 255) = 46.11%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=31.13%
G=46.11%
B=22.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602371170.3200.510.0798.576.9269.41
HexA0ED75200337624d45
Octal240355165400637142115105
Binary101000001110110111101011000000110011111110001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED75; }

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

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

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

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

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

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

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

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