#A0F36D

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

Shades of Feijoa #A0F36D

Tints of Feijoa #A0F36D

Color information

#A0F36D (or 0xA0F36D) is unknown color: approx Feijoa. HEX triplet: A0, F3 and 6D. RGB value is (160,243,109). Sum of RGB (Red+Green+Blue) = 160+243+109=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F36D is #5F0C92. Grayscale: #CBCBCB. Windows color (decimal): -6229139 or 7205792. OLE color: 7205792.

HSL color Cylindrical-coordinate representation of color #A0F36D: hue angle of 97.16º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0F36D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB160243109-
CMYK0.3400.550.05
HSL97.16º84.81%69.02%-
HSV(B)97.16º55.14%95.29%-
XYZ49.3172.6825.9-
YUV202.917597.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 243 (95.31% from 255) = 47.46%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=31.25%
G=47.46%
B=21.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431090.3400.550.0597.1684.8169.02
HexA0F36D220375615545
Octal240363155420675141125105
Binary101000001111001111011011000100110111101110000110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F36D; }

 p { color: rgb(160,243,109); }

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

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

 a { background-color: rgb(160,243,109); }

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

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

 span { border-color: rgb(160,243,109); }

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