#A0F97C

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

Shades of Feijoa #A0F97C

Tints of Feijoa #A0F97C

Color information

#A0F97C (or 0xA0F97C) is unknown color: approx Feijoa. HEX triplet: A0, F9 and 7C. RGB value is (160,249,124). Sum of RGB (Red+Green+Blue) = 160+249+124=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F97C is #5F0683. Grayscale: #D0D0D0. Windows color (decimal): -6227588 or 8190368. OLE color: 8190368.

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

Color convert

RGB160249124-
CMYK0.3600.500.02
HSL102.72º91.24%73.14%-
HSV(B)102.72º50.2%97.65%-
XYZ52.0176.6831.13-
YUV208.1480.5193.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=30.02%
G=46.72%
B=23.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602491240.3600.500.02102.7291.2473.14
HexA0F97C240322675b49
Octal240371174440622147133111
Binary10100000111110011111100100100011001010110011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F97C; }

 p { color: rgb(160,249,124); }

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

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

 a { background-color: rgb(160,249,124); }

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

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

 span { border-color: rgb(160,249,124); }

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