#A3D98A

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

Shades of Feijoa #A3D98A

Tints of Feijoa #A3D98A

Color information

#A3D98A (or 0xA3D98A) is unknown color: approx Feijoa. HEX triplet: A3, D9 and 8A. RGB value is (163,217,138). Sum of RGB (Red+Green+Blue) = 163+217+138=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D98A is #5C2675. Grayscale: #C0C0C0. Windows color (decimal): -6039158 or 9099683. OLE color: 9099683.

HSL color Cylindrical-coordinate representation of color #A3D98A: hue angle of 101.01º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3D98A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB163217138-
CMYK0.2500.360.15
HSL101.01º50.97%69.61%-
HSV(B)101.01º36.41%85.1%-
XYZ44.559.2533.13-
YUV191.8597.61107.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=31.47%
G=41.89%
B=26.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171380.2500.360.15101.0150.9769.61
HexA3D98A19024F653346
Octal243331212310441714563106
Binary101000111101100110001010110010100100111111001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D98A; }

 p { color: rgb(163,217,138); }

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

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

 a { background-color: rgb(163,217,138); }

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

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

 span { border-color: rgb(163,217,138); }

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