#a3e07a

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

Shades of Feijoa #A3E07A

Tints of Feijoa #A3E07A

Color information

#A3E07A (or 0xA3E07A) is unknown color: approx Feijoa. HEX triplet: A3, E0 and 7A. RGB value is (163,224,122). Sum of RGB (Red+Green+Blue) = 163+224+122=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E07A is #5C1F85. Grayscale: #C2C2C2. Windows color (decimal): -6037382 or 8052899. OLE color: 8052899.

HSL color Cylindrical-coordinate representation of color #A3E07A: hue angle of 95.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3E07A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB163224122-
CMYK0.2700.460.12
HSL95.88º62.2%67.84%-
HSV(B)95.88º45.54%87.84%-
XYZ45.2762.528.09-
YUV194.1387.29105.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 224 (87.89% from 255) = 44.01%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=32.02%
G=44.01%
B=23.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632241220.2700.460.1295.8862.267.84
HexA3E07A1B02EC603e44
Octal243340172330561414076104
Binary10100011111000001111010110110101110110011000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3e07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3e07a; }

 p { color: rgb(163,224,122); }

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

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

 a { background-color: rgb(163,224,122); }

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

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

 span { border-color: rgb(163,224,122); }

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