#A0FE67

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

Shades of Feijoa #A0FE67

Tints of Feijoa #A0FE67

Color information

#A0FE67 (or 0xA0FE67) is unknown color: approx Feijoa. HEX triplet: A0, FE and 67. RGB value is (160,254,103). Sum of RGB (Red+Green+Blue) = 160+254+103=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE67 is #5F0198. Grayscale: #D1D1D1. Windows color (decimal): -6226329 or 6815392. OLE color: 6815392.

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

Color convert

RGB160254103-
CMYK0.3700.590.00
HSL97.35º98.69%70%-
HSV(B)97.35º59.45%99.61%-
XYZ52.3979.3425.38-
YUV208.6868.3693.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 254 (99.61% from 255) = 49.13%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=30.95%
G=49.13%
B=19.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541030.3700.590.0097.3598.6970
HexA0FE672503B0616346
Octal240376147450730141143106
Binary1010000011111110110011110010101110110110000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FE67; }

 p { color: rgb(160,254,103); }

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

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

 a { background-color: rgb(160,254,103); }

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

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

 span { border-color: rgb(160,254,103); }

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