#A2E077

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

Shades of Feijoa #A2E077

Tints of Feijoa #A2E077

Color information

#A2E077 (or 0xA2E077) is unknown color: approx Feijoa. HEX triplet: A2, E0 and 77. RGB value is (162,224,119). Sum of RGB (Red+Green+Blue) = 162+224+119=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E077 is #5D1F88. Grayscale: #C1C1C1. Windows color (decimal): -6102921 or 7856290. OLE color: 7856290.

HSL color Cylindrical-coordinate representation of color #A2E077: hue angle of 95.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2E077 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB162224119-
CMYK0.2800.470.12
HSL95.43º62.87%67.25%-
HSV(B)95.43º46.88%87.84%-
XYZ44.8962.3227.12-
YUV193.4985.96105.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=32.08%
G=44.36%
B=23.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241190.2800.470.1295.4362.8767.25
HexA2E0771C02FC5f3f43
Octal242340167340571413777103
Binary10100010111000001110111111000101111110010111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E077; }

 p { color: rgb(162,224,119); }

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

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

 a { background-color: rgb(162,224,119); }

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

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

 span { border-color: rgb(162,224,119); }

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