#a3d27f

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

Shades of Feijoa #A3D27F

Tints of Feijoa #A3D27F

Color information

#A3D27F (or 0xA3D27F) is unknown color: approx Feijoa. HEX triplet: A3, D2 and 7F. RGB value is (163,210,127). Sum of RGB (Red+Green+Blue) = 163+210+127=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D27F is #5C2D80. Grayscale: #BABABA. Windows color (decimal): -6040961 or 8376995. OLE color: 8376995.

HSL color Cylindrical-coordinate representation of color #A3D27F: hue angle of 93.98º 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 #A3D27F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB163210127-
CMYK0.2200.400.18
HSL93.98º47.98%66.08%-
HSV(B)93.98º39.52%82.35%-
XYZ41.9855.4128.56-
YUV186.4894.43111.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 127 (50% from 255) = 25.4%
R=32.6%
G=42%
B=25.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101270.2200.400.1893.9847.9866.08
HexA3D27F16028125e3042
Octal243322177260502213660102
Binary101000111101001011111111011001010001001010111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d27f; }

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

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

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

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

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

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

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

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