#A0F67A

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

Shades of Feijoa #A0F67A

Tints of Feijoa #A0F67A

Color information

#A0F67A (or 0xA0F67A) is unknown color: approx Feijoa. HEX triplet: A0, F6 and 7A. RGB value is (160,246,122). Sum of RGB (Red+Green+Blue) = 160+246+122=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F67A is #5F0985. Grayscale: #CECECE. Windows color (decimal): -6228358 or 8058528. OLE color: 8058528.

HSL color Cylindrical-coordinate representation of color #A0F67A: hue angle of 101.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F67A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB160246122-
CMYK0.3500.500.04
HSL101.61º87.32%72.16%-
HSV(B)101.61º50.41%96.47%-
XYZ50.9774.7930.16-
YUV206.1580.5195.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 246 (96.48% from 255) = 46.59%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=30.30%
G=46.59%
B=23.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461220.3500.500.04101.6187.3272.16
HexA0F67A230324665748
Octal240366172430624146127110
Binary101000001111011011110101000110110010100110011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F67A; }

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

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

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

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

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

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

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

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