#A0E068

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

Shades of Feijoa #A0E068

Tints of Feijoa #A0E068

Color information

#A0E068 (or 0xA0E068) is unknown color: approx Feijoa. HEX triplet: A0, E0 and 68. RGB value is (160,224,104). Sum of RGB (Red+Green+Blue) = 160+224+104=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E068 is #5F1F97. Grayscale: #BFBFBF. Windows color (decimal): -6234008 or 6873248. OLE color: 6873248.

HSL color Cylindrical-coordinate representation of color #A0E068: hue angle of 92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0E068 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB160224104-
CMYK0.2900.540.12
HSL92º65.93%64.31%-
HSV(B)92º53.57%87.84%-
XYZ43.6561.7822.72-
YUV191.1878.8105.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=32.79%
G=45.90%
B=21.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241040.2900.540.129265.9364.31
HexA0E0681D036C5c4240
Octal2403401503506614134102100
Binary101000001110000011010001110101101101100101110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E068; }

 p { color: rgb(160,224,104); }

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

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

 a { background-color: rgb(160,224,104); }

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

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

 span { border-color: rgb(160,224,104); }

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