#A0E667

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

Shades of Feijoa #A0E667

Tints of Feijoa #A0E667

Color information

#A0E667 (or 0xA0E667) is unknown color: approx Feijoa. HEX triplet: A0, E6 and 67. RGB value is (160,230,103). Sum of RGB (Red+Green+Blue) = 160+230+103=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E667 is #5F1998. Grayscale: #C3C3C3. Windows color (decimal): -6232473 or 6809248. OLE color: 6809248.

HSL color Cylindrical-coordinate representation of color #A0E667: hue angle of 93.07º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0E667 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB160230103-
CMYK0.3000.550.10
HSL93.07º71.75%65.29%-
HSV(B)93.07º55.22%90.2%-
XYZ45.2465.0523-
YUV194.5976.31103.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=32.45%
G=46.65%
B=20.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301030.3000.550.1093.0771.7565.29
HexA0E6671E037A5d4841
Octal2403461473606712135110101
Binary101000001110011011001111111001101111010101110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E667; }

 p { color: rgb(160,230,103); }

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

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

 a { background-color: rgb(160,230,103); }

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

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

 span { border-color: rgb(160,230,103); }

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