#A3D276

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

Shades of Feijoa #A3D276

Tints of Feijoa #A3D276

Color information

#A3D276 (or 0xA3D276) is unknown color: approx Feijoa. HEX triplet: A3, D2 and 76. RGB value is (163,210,118). Sum of RGB (Red+Green+Blue) = 163+210+118=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D276 is #5C2D89. Grayscale: #B9B9B9. Windows color (decimal): -6040970 or 7787171. OLE color: 7787171.

HSL color Cylindrical-coordinate representation of color #A3D276: hue angle of 90.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3D276 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB163210118-
CMYK0.2200.440.18
HSL90.65º50.55%64.31%-
HSV(B)90.65º43.81%82.35%-
XYZ41.4255.1925.61-
YUV185.4689.93111.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=33.20%
G=42.77%
B=24.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101180.2200.440.1890.6550.5564.31
HexA3D2761602C125b3340
Octal243322166260542213363100
Binary101000111101001011101101011001011001001010110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D276; }

 p { color: rgb(163,210,118); }

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

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

 a { background-color: rgb(163,210,118); }

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

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

 span { border-color: rgb(163,210,118); }

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