#A0E269

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

Shades of Feijoa #A0E269

Tints of Feijoa #A0E269

Color information

#A0E269 (or 0xA0E269) is unknown color: approx Feijoa. HEX triplet: A0, E2 and 69. RGB value is (160,226,105). Sum of RGB (Red+Green+Blue) = 160+226+105=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E269 is #5F1D96. Grayscale: #C0C0C0. Windows color (decimal): -6233495 or 6939296. OLE color: 6939296.

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

Color convert

RGB160226105-
CMYK0.2900.540.11
HSL92.73º67.6%64.9%-
HSV(B)92.73º53.54%88.63%-
XYZ44.2462.8923.17-
YUV192.4778.63104.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 226 (88.67% from 255) = 46.03%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=32.59%
G=46.03%
B=21.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602261050.2900.540.1192.7367.664.9
HexA0E2691D036B5d4441
Octal2403421513506613135104101
Binary101000001110001011010011110101101101011101110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E269; }

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

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

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

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

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

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

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

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