#A0F26F

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

Shades of Feijoa #A0F26F

Tints of Feijoa #A0F26F

Color information

#A0F26F (or 0xA0F26F) is unknown color: approx Feijoa. HEX triplet: A0, F2 and 6F. RGB value is (160,242,111). Sum of RGB (Red+Green+Blue) = 160+242+111=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F26F is #5F0D90. Grayscale: #CACACA. Windows color (decimal): -6229393 or 7336608. OLE color: 7336608.

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

Color convert

RGB160242111-
CMYK0.3400.540.05
HSL97.56º83.44%69.22%-
HSV(B)97.56º54.13%94.9%-
XYZ49.1272.1326.37-
YUV202.5576.3397.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=31.19%
G=47.17%
B=21.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421110.3400.540.0597.5683.4469.22
HexA0F26F220365625345
Octal240362157420665142123105
Binary101000001111001011011111000100110110101110001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F26F; }

 p { color: rgb(160,242,111); }

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

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

 a { background-color: rgb(160,242,111); }

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

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

 span { border-color: rgb(160,242,111); }

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