#A0E36E

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

Shades of Feijoa #A0E36E

Tints of Feijoa #A0E36E

Color information

#A0E36E (or 0xA0E36E) is unknown color: approx Feijoa. HEX triplet: A0, E3 and 6E. RGB value is (160,227,110). Sum of RGB (Red+Green+Blue) = 160+227+110=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E36E is #5F1C91. Grayscale: #C2C2C2. Windows color (decimal): -6233234 or 7267232. OLE color: 7267232.

HSL color Cylindrical-coordinate representation of color #A0E36E: hue angle of 94.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0E36E is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB160227110-
CMYK0.3000.520.11
HSL94.36º67.63%66.08%-
HSV(B)94.36º51.54%89.02%-
XYZ44.7863.5424.66-
YUV193.6380.8104.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 110 (43.36% from 255) = 22.13%
R=32.19%
G=45.67%
B=22.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271100.3000.520.1194.3667.6366.08
HexA0E36E1E034B5e4442
Octal2403431563606413136104102
Binary101000001110001111011101111001101001011101111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E36E; }

 p { color: rgb(160,227,110); }

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

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

 a { background-color: rgb(160,227,110); }

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

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

 span { border-color: rgb(160,227,110); }

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