#A3D27C

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

Shades of Feijoa #A3D27C

Tints of Feijoa #A3D27C

Color information

#A3D27C (or 0xA3D27C) is unknown color: approx Feijoa. HEX triplet: A3, D2 and 7C. RGB value is (163,210,124). Sum of RGB (Red+Green+Blue) = 163+210+124=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D27C is #5C2D83. Grayscale: #BABABA. Windows color (decimal): -6040964 or 8180387. OLE color: 8180387.

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

Color convert

RGB163210124-
CMYK0.2200.410.18
HSL92.79º48.86%65.49%-
HSV(B)92.79º40.95%82.35%-
XYZ41.7955.3327.55-
YUV186.1492.93111.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=32.80%
G=42.25%
B=24.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101240.2200.410.1892.7948.8665.49
HexA3D27C16029125d3141
Octal243322174260512213561101
Binary101000111101001011111001011001010011001010111011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D27C; }

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

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

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

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

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

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

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

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