#A0E278

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

Shades of Feijoa #A0E278

Tints of Feijoa #A0E278

Color information

#A0E278 (or 0xA0E278) is unknown color: approx Feijoa. HEX triplet: A0, E2 and 78. RGB value is (160,226,120). Sum of RGB (Red+Green+Blue) = 160+226+120=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E278 is #5F1D87. Grayscale: #C2C2C2. Windows color (decimal): -6233480 or 7922336. OLE color: 7922336.

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

Color convert

RGB160226120-
CMYK0.2900.470.11
HSL97.36º64.63%67.84%-
HSV(B)97.36º46.9%88.63%-
XYZ45.0863.2227.6-
YUV194.1886.13103.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 226 (88.67% from 255) = 44.66%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=31.62%
G=44.66%
B=23.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602261200.2900.470.1197.3664.6367.84
HexA0E2781D02FB614144
Octal2403421703505713141101104
Binary101000001110001011110001110101011111011110000110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E278; }

 p { color: rgb(160,226,120); }

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

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

 a { background-color: rgb(160,226,120); }

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

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

 span { border-color: rgb(160,226,120); }

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