#A3D27E

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

Shades of Feijoa #A3D27E

Tints of Feijoa #A3D27E

Color information

#A3D27E (or 0xA3D27E) is unknown color: approx Feijoa. HEX triplet: A3, D2 and 7E. RGB value is (163,210,126). Sum of RGB (Red+Green+Blue) = 163+210+126=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D27E is #5C2D81. Grayscale: #BABABA. Windows color (decimal): -6040962 or 8311459. OLE color: 8311459.

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

Color convert

RGB163210126-
CMYK0.2200.40.18
HSL93.57º48.28%65.88%-
HSV(B)93.57º40%82.35%-
XYZ41.9255.3928.22-
YUV186.3793.93111.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=32.67%
G=42.08%
B=25.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101260.2200.40.1893.5748.2865.88
HexA3D27E16028125e3042
Octal243322176260502213660102
Binary101000111101001011111101011001010001001010111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D27E; }

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

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

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

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

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

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

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

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