#A3E374

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

Shades of Feijoa #A3E374

Tints of Feijoa #A3E374

Color information

#A3E374 (or 0xA3E374) is unknown color: approx Feijoa. HEX triplet: A3, E3 and 74. RGB value is (163,227,116). Sum of RGB (Red+Green+Blue) = 163+227+116=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E374 is #5C1C8B. Grayscale: #C3C3C3. Windows color (decimal): -6036620 or 7660451. OLE color: 7660451.

HSL color Cylindrical-coordinate representation of color #A3E374: hue angle of 94.59º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3E374 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB163227116-
CMYK0.2800.490.11
HSL94.59º66.47%67.25%-
HSV(B)94.59º48.9%89.02%-
XYZ45.7363.9926.46-
YUV195.2183.3105.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 227 (89.06% from 255) = 44.86%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=32.21%
G=44.86%
B=22.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632271160.2800.490.1194.5966.4767.25
HexA3E3741C031B5f4243
Octal2433431643406113137102103
Binary101000111110001111101001110001100011011101111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E374; }

 p { color: rgb(163,227,116); }

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

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

 a { background-color: rgb(163,227,116); }

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

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

 span { border-color: rgb(163,227,116); }

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