#A2EA75

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

Shades of Feijoa #A2EA75

Tints of Feijoa #A2EA75

Color information

#A2EA75 (or 0xA2EA75) is unknown color: approx Feijoa. HEX triplet: A2, EA and 75. RGB value is (162,234,117). Sum of RGB (Red+Green+Blue) = 162+234+117=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA75 is #5D158A. Grayscale: #C7C7C7. Windows color (decimal): -6100363 or 7727778. OLE color: 7727778.

HSL color Cylindrical-coordinate representation of color #A2EA75: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2EA75 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB162234117-
CMYK0.3100.50.08
HSL96.92º73.58%68.82%-
HSV(B)96.92º50%91.76%-
XYZ47.5367.8127.41-
YUV199.1381.65101.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=31.58%
G=45.61%
B=22.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622341170.3100.50.0896.9273.5868.82
HexA2EA751F0328614a45
Octal2423521653706210141112105
Binary101000101110101011101011111101100101000110000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EA75; }

 p { color: rgb(162,234,117); }

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

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

 a { background-color: rgb(162,234,117); }

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

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

 span { border-color: rgb(162,234,117); }

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