#A0D277

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

Shades of Feijoa #A0D277

Tints of Feijoa #A0D277

Color information

#A0D277 (or 0xA0D277) is unknown color: approx Feijoa. HEX triplet: A0, D2 and 77. RGB value is (160,210,119). Sum of RGB (Red+Green+Blue) = 160+210+119=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D277 is #5F2D88. Grayscale: #B8B8B8. Windows color (decimal): -6237577 or 7852704. OLE color: 7852704.

HSL color Cylindrical-coordinate representation of color #A0D277: hue angle of 92.97º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D277 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB160210119-
CMYK0.2400.430.18
HSL92.97º50.28%64.51%-
HSV(B)92.97º43.33%82.35%-
XYZ40.8754.925.9-
YUV184.6890.94110.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=32.72%
G=42.94%
B=24.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101190.2400.430.1892.9750.2864.51
HexA0D2771802B125d3241
Octal240322167300532213562101
Binary101000001101001011101111100001010111001010111011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D277; }

 p { color: rgb(160,210,119); }

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

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

 a { background-color: rgb(160,210,119); }

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

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

 span { border-color: rgb(160,210,119); }

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