#A3E770

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

Shades of Feijoa #A3E770

Tints of Feijoa #A3E770

Color information

#A3E770 (or 0xA3E770) is unknown color: approx Feijoa. HEX triplet: A3, E7 and 70. RGB value is (163,231,112). Sum of RGB (Red+Green+Blue) = 163+231+112=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E770 is #5C188F. Grayscale: #C5C5C5. Windows color (decimal): -6035600 or 7399331. OLE color: 7399331.

HSL color Cylindrical-coordinate representation of color #A3E770: hue angle of 94.29º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3E770 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB163231112-
CMYK0.2900.520.09
HSL94.29º71.26%67.25%-
HSV(B)94.29º51.52%90.59%-
XYZ46.666.1125.63-
YUV197.179.97103.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=32.21%
G=45.65%
B=22.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632311120.2900.520.0994.2971.2667.25
HexA3E7701D03495e4743
Octal2433471603506411136107103
Binary101000111110011111100001110101101001001101111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E770; }

 p { color: rgb(163,231,112); }

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

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

 a { background-color: rgb(163,231,112); }

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

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

 span { border-color: rgb(163,231,112); }

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