#A0E972

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

Shades of Feijoa #A0E972

Tints of Feijoa #A0E972

Color information

#A0E972 (or 0xA0E972) is unknown color: approx Feijoa. HEX triplet: A0, E9 and 72. RGB value is (160,233,114). Sum of RGB (Red+Green+Blue) = 160+233+114=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E972 is #5F168D. Grayscale: #C6C6C6. Windows color (decimal): -6231694 or 7530912. OLE color: 7530912.

HSL color Cylindrical-coordinate representation of color #A0E972: hue angle of 96.81º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0E972 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB160233114-
CMYK0.3100.510.09
HSL96.81º73.01%68.04%-
HSV(B)96.81º51.07%91.37%-
XYZ46.6766.9726.39-
YUV197.6180.82101.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 233 (91.41% from 255) = 45.96%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=31.56%
G=45.96%
B=22.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602331140.3100.510.0996.8173.0168.04
HexA0E9721F0339614944
Octal2403511623706311141111104
Binary101000001110100111100101111101100111001110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E972; }

 p { color: rgb(160,233,114); }

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

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

 a { background-color: rgb(160,233,114); }

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

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

 span { border-color: rgb(160,233,114); }

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