Html Css Color HEX #A2E079 Feijoa

📋 copy color: '#A2E079'

red 162 ◦ green 224 ◦ blue 121

#A2E079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A2E079

Tints of Feijoa #A2E079

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 31.95%
G = 44.18%
B = 23.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#A2E079 (or 0xA2E079) is known color: Feijoa. HEX triplet: A2, E0 and 79. RGB value is (162,224,121). Sum of RGB (Red+Green+Blue) = 162+224+121=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E079 is #5D1F86. Grayscale: #C2C2C2. Windows color (decimal): -6102919 or 7987362. OLE color: 7987362.

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

Color convert

RGB 162 224 121 -
CMYK 0.28 0 0.46 0.12
HSL 96.12º 0.62% 0.68% -
HSV(B) 96.12º 0.46% 0.88% -
XYZ 45.01 62.37 27.76 -
YUV 193.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 162 224 121 0.28 0 0.46 0.12 96.12 0.62 0.68
Hex A2 E0 79 1C 0 2E C 60 3E 44
Octal 242 340 171 34 0 56 14 140 76 104
Binary 10100010 11100000 1111001 11100 0 101110 1100 1100000 111110 1000100

Color Harmonies of #A2E079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E079

Black with #A2E079

Text Example


Text Example

White with #A2E079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E079; }

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

 H1.HeaderClassName
 {
   color: #A2E079;
 }
 .AnyTagClassName
 {
   color: #A2E079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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