#A0E26C

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

Shades of Feijoa #A0E26C

Tints of Feijoa #A0E26C

Color information

#A0E26C (or 0xA0E26C) is unknown color: approx Feijoa. HEX triplet: A0, E2 and 6C. RGB value is (160,226,108). Sum of RGB (Red+Green+Blue) = 160+226+108=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E26C is #5F1D93. Grayscale: #C1C1C1. Windows color (decimal): -6233492 or 7135904. OLE color: 7135904.

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

Color convert

RGB160226108-
CMYK0.2900.520.11
HSL93.56º67.05%65.49%-
HSV(B)93.56º52.21%88.63%-
XYZ44.462.9524-
YUV192.8180.13104.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 226 (88.67% from 255) = 45.75%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=32.39%
G=45.75%
B=21.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602261080.2900.520.1193.5667.0565.49
HexA0E26C1D034B5e4341
Octal2403421543506413136103101
Binary101000001110001011011001110101101001011101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E26C; }

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

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

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

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

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

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

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

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