#A0F672

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

Shades of Feijoa #A0F672

Tints of Feijoa #A0F672

Color information

#A0F672 (or 0xA0F672) is unknown color: approx Feijoa. HEX triplet: A0, F6 and 72. RGB value is (160,246,114). Sum of RGB (Red+Green+Blue) = 160+246+114=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F672 is #5F098D. Grayscale: #CDCDCD. Windows color (decimal): -6228366 or 7534240. OLE color: 7534240.

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

Color convert

RGB160246114-
CMYK0.3500.540.04
HSL99.09º88%70.59%-
HSV(B)99.09º53.66%96.47%-
XYZ50.4974.627.66-
YUV205.2476.5195.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 246 (96.48% from 255) = 47.31%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=30.77%
G=47.31%
B=21.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461140.3500.540.0499.098870.59
HexA0F672230364635847
Octal240366162430664143130107
Binary101000001111011011100101000110110110100110001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F672; }

 p { color: rgb(160,246,114); }

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

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

 a { background-color: rgb(160,246,114); }

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

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

 span { border-color: rgb(160,246,114); }

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