#A0E683

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

Shades of Feijoa #A0E683

Tints of Feijoa #A0E683

Color information

#A0E683 (or 0xA0E683) is unknown color: approx Feijoa. HEX triplet: A0, E6 and 83. RGB value is (160,230,131). Sum of RGB (Red+Green+Blue) = 160+230+131=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E683 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E683 is #5F197C. Grayscale: #C6C6C6. Windows color (decimal): -6232445 or 8644256. OLE color: 8644256.

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

Color convert

RGB160230131-
CMYK0.3000.430.10
HSL102.42º66.44%70.78%-
HSV(B)102.42º43.04%90.2%-
XYZ46.8965.7131.68-
YUV197.7890.31101.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 230 (90.23% from 255) = 44.15%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=30.71%
G=44.15%
B=25.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301310.3000.430.10102.4266.4470.78
HexA0E6831E02BA664247
Octal2403462033605312146102107
Binary1010000011100110100000111111001010111010110011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E683; }

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

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

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

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

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

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

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

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