#A0F475

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

Shades of Feijoa #A0F475

Tints of Feijoa #A0F475

Color information

#A0F475 (or 0xA0F475) is unknown color: approx Feijoa. HEX triplet: A0, F4 and 75. RGB value is (160,244,117). Sum of RGB (Red+Green+Blue) = 160+244+117=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F475 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F475 is #5F0B8A. Grayscale: #CCCCCC. Windows color (decimal): -6228875 or 7730336. OLE color: 7730336.

HSL color Cylindrical-coordinate representation of color #A0F475: hue angle of 99.69º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0F475 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB160244117-
CMYK0.3400.520.04
HSL99.69º85.23%70.78%-
HSV(B)99.69º52.05%95.69%-
XYZ50.0673.4628.37-
YUV204.4178.6796.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 244 (95.70% from 255) = 46.83%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=30.71%
G=46.83%
B=22.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441170.3400.520.0499.6985.2370.78
HexA0F475220344645547
Octal240364165420644144125107
Binary101000001111010011101011000100110100100110010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F475; }

 p { color: rgb(160,244,117); }

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

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

 a { background-color: rgb(160,244,117); }

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

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

 span { border-color: rgb(160,244,117); }

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