#A3DD81

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

Shades of Feijoa #A3DD81

Tints of Feijoa #A3DD81

Color information

#A3DD81 (or 0xA3DD81) is unknown color: approx Feijoa. HEX triplet: A3, DD and 81. RGB value is (163,221,129). Sum of RGB (Red+Green+Blue) = 163+221+129=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD81 is #5C227E. Grayscale: #C1C1C1. Windows color (decimal): -6038143 or 8510883. OLE color: 8510883.

HSL color Cylindrical-coordinate representation of color #A3DD81: hue angle of 97.83º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3DD81 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB163221129-
CMYK0.2600.420.13
HSL97.83º57.5%68.63%-
HSV(B)97.83º41.63%86.67%-
XYZ44.9261.0830.19-
YUV193.1791.78106.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=31.77%
G=43.08%
B=25.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211290.2600.420.1397.8357.568.63
HexA3DD811A02AD623a45
Octal243335201320521514272105
Binary101000111101110110000001110100101010110111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD81; }

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

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

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

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

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

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

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

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