#A0FD67

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

Shades of Feijoa #A0FD67

Tints of Feijoa #A0FD67

Color information

#A0FD67 (or 0xA0FD67) is unknown color: approx Feijoa. HEX triplet: A0, FD and 67. RGB value is (160,253,103). Sum of RGB (Red+Green+Blue) = 160+253+103=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD67 is #5F0298. Grayscale: #D0D0D0. Windows color (decimal): -6226585 or 6815136. OLE color: 6815136.

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

Color convert

RGB160253103-
CMYK0.3700.590.01
HSL97.2º97.4%69.8%-
HSV(B)97.2º59.29%99.22%-
XYZ52.0778.725.28-
YUV208.0968.6993.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 253 (99.22% from 255) = 49.03%
BLUE value IS 103 (40.62% from 255) = 19.96%
R=31.01%
G=49.03%
B=19.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602531030.3700.590.0197.297.469.8
HexA0FD672503B1616146
Octal240375147450731141141106
Binary1010000011111101110011110010101110111110000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD67; }

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

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

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

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

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

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

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

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