#A0FF6C

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

Shades of Feijoa #A0FF6C

Tints of Feijoa #A0FF6C

Color information

#A0FF6C (or 0xA0FF6C) is unknown color: approx Feijoa. HEX triplet: A0, FF and 6C. RGB value is (160,255,108). Sum of RGB (Red+Green+Blue) = 160+255+108=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF6C is #5F0093. Grayscale: #D2D2D2. Windows color (decimal): -6226068 or 7143328. OLE color: 7143328.

HSL color Cylindrical-coordinate representation of color #A0FF6C: hue angle of 98.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0FF6C is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB160255108-
CMYK0.3700.580
HSL98.78º100%71.18%-
HSV(B)98.78º57.65%100%-
XYZ52.9680.0826.85-
YUV209.8470.5392.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=30.59%
G=48.76%
B=20.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551080.3700.58098.7810071.18
HexA0FF6C2503A0636447
Octal240377154450720143144107
Binary1010000011111111110110010010101110100110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF6C; }

 p { color: rgb(160,255,108); }

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

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

 a { background-color: rgb(160,255,108); }

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

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

 span { border-color: rgb(160,255,108); }

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