#A0F180

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

Shades of Feijoa #A0F180

Tints of Feijoa #A0F180

Color information

#A0F180 (or 0xA0F180) is unknown color: approx Feijoa. HEX triplet: A0, F1 and 80. RGB value is (160,241,128). Sum of RGB (Red+Green+Blue) = 160+241+128=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F180 is #5F0E7F. Grayscale: #CCCCCC. Windows color (decimal): -6229632 or 8450464. OLE color: 8450464.

HSL color Cylindrical-coordinate representation of color #A0F180: hue angle of 103.01º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0F180 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB160241128-
CMYK0.3400.470.05
HSL103.01º80.14%72.35%-
HSV(B)103.01º46.89%94.51%-
XYZ49.8571.9431.68-
YUV203.985.1696.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=30.25%
G=45.56%
B=24.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602411280.3400.470.05103.0180.1472.35
HexA0F1802202F5675048
Octal240361200420575147120110
Binary1010000011110001100000001000100101111101110011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F180; }

 p { color: rgb(160,241,128); }

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

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

 a { background-color: rgb(160,241,128); }

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

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

 span { border-color: rgb(160,241,128); }

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