#A0F177

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

Shades of Feijoa #A0F177

Tints of Feijoa #A0F177

Color information

#A0F177 (or 0xA0F177) is unknown color: approx Feijoa. HEX triplet: A0, F1 and 77. RGB value is (160,241,119). Sum of RGB (Red+Green+Blue) = 160+241+119=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F177 is #5F0E88. Grayscale: #CBCBCB. Windows color (decimal): -6229641 or 7860640. OLE color: 7860640.

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

Color convert

RGB160241119-
CMYK0.3400.510.05
HSL99.84º81.33%70.59%-
HSV(B)99.84º50.62%94.51%-
XYZ49.2871.7228.7-
YUV202.8780.6697.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=30.77%
G=46.35%
B=22.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602411190.3400.510.0599.8481.3370.59
HexA0F177220335645147
Octal240361167420635144121107
Binary101000001111000111101111000100110011101110010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F177; }

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

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

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

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

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

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

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

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