#A3E974

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

Shades of Feijoa #A3E974

Tints of Feijoa #A3E974

Color information

#A3E974 (or 0xA3E974) is unknown color: approx Feijoa. HEX triplet: A3, E9 and 74. RGB value is (163,233,116). Sum of RGB (Red+Green+Blue) = 163+233+116=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E974 is #5C168B. Grayscale: #C7C7C7. Windows color (decimal): -6035084 or 7661987. OLE color: 7661987.

HSL color Cylindrical-coordinate representation of color #A3E974: hue angle of 95.9º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3E974 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB163233116-
CMYK0.3000.500.09
HSL95.9º72.67%68.43%-
HSV(B)95.9º50.21%91.37%-
XYZ47.467.3327.02-
YUV198.7381.31102.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=31.84%
G=45.51%
B=22.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632331160.3000.500.0995.972.6768.43
HexA3E9741E0329604944
Octal2433511643606211140111104
Binary101000111110100111101001111001100101001110000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E974; }

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

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

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

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

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

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

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

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