#A3E680

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

Shades of Feijoa #A3E680

Tints of Feijoa #A3E680

Color information

#A3E680 (or 0xA3E680) is unknown color: approx Feijoa. HEX triplet: A3, E6 and 80. RGB value is (163,230,128). Sum of RGB (Red+Green+Blue) = 163+230+128=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3E680 is #5C197F. Grayscale: #C6C6C6. Windows color (decimal): -6035840 or 8447651. OLE color: 8447651.

HSL color Cylindrical-coordinate representation of color #A3E680: hue angle of 99.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3E680 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB163230128-
CMYK0.2900.440.10
HSL99.41º67.11%70.2%-
HSV(B)99.41º44.35%90.2%-
XYZ47.365.9430.66-
YUV198.3488.3102.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 230 (90.23% from 255) = 44.15%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=31.29%
G=44.15%
B=24.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1632301280.2900.440.1099.4167.1170.2
HexA3E6801D02CA634346
Octal2433462003505412143103106
Binary1010001111100110100000001110101011001010110001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E680; }

 p { color: rgb(163,230,128); }

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

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

 a { background-color: rgb(163,230,128); }

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

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

 span { border-color: rgb(163,230,128); }

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