#A0EA7F

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

Shades of Feijoa #A0EA7F

Tints of Feijoa #A0EA7F

Color information

#A0EA7F (or 0xA0EA7F) is unknown color: approx Feijoa. HEX triplet: A0, EA and 7F. RGB value is (160,234,127). Sum of RGB (Red+Green+Blue) = 160+234+127=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA7F is #5F1580. Grayscale: #C8C8C8. Windows color (decimal): -6231425 or 8383136. OLE color: 8383136.

HSL color Cylindrical-coordinate representation of color #A0EA7F: hue angle of 101.5º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0EA7F is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB160234127-
CMYK0.3200.460.08
HSL101.5º71.81%70.78%-
HSV(B)101.5º45.73%91.76%-
XYZ47.7567.8530.66-
YUV199.6886.9899.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 234 (91.80% from 255) = 44.91%
BLUE value IS 127 (50% from 255) = 24.38%
R=30.71%
G=44.91%
B=24.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341270.3200.460.08101.571.8170.78
HexA0EA7F2002E8654847
Octal2403521774005610145110107
Binary1010000011101010111111110000001011101000110010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA7F; }

 p { color: rgb(160,234,127); }

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

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

 a { background-color: rgb(160,234,127); }

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

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

 span { border-color: rgb(160,234,127); }

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