#A3D481

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

Shades of Feijoa #A3D481

Tints of Feijoa #A3D481

Color information

#A3D481 (or 0xA3D481) is unknown color: approx Feijoa. HEX triplet: A3, D4 and 81. RGB value is (163,212,129). Sum of RGB (Red+Green+Blue) = 163+212+129=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D481 is #5C2B7E. Grayscale: #BCBCBC. Windows color (decimal): -6040447 or 8508579. OLE color: 8508579.

HSL color Cylindrical-coordinate representation of color #A3D481: hue angle of 95.42º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3D481 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB163212129-
CMYK0.2300.390.17
HSL95.42º49.11%66.86%-
HSV(B)95.42º39.15%83.14%-
XYZ42.6156.4629.42-
YUV187.8994.77110.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=32.34%
G=42.06%
B=25.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632121290.2300.390.1795.4249.1166.86
HexA3D48117027115f3143
Octal243324201270472113761103
Binary1010001111010100100000011011101001111000110111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D481; }

 p { color: rgb(163,212,129); }

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

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

 a { background-color: rgb(163,212,129); }

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

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

 span { border-color: rgb(163,212,129); }

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