Html Css Color HEX #A2E080 Feijoa

📋 copy color: '#A2E080'

red 162 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #A2E080

Tints of Feijoa #A2E080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.9%

R = 31.52%
G = 43.58%
B = 24.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#A2E080 (or 0xA2E080) is known color: Feijoa. HEX triplet: A2, E0 and 80. RGB value is (162,224,128). Sum of RGB (Red+Green+Blue) = 162+224+128=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E080 is #5D1F7F. Grayscale: #C2C2C2. Windows color (decimal): -6102912 or 8446114. OLE color: 8446114.

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

Color convert

RGB 162 224 128 -
CMYK 0.28 0 0.43 0.12
HSL 98.75º 0.61% 0.69% -
HSV(B) 98.75º 0.43% 0.88% -
XYZ 45.45 62.55 30.1 -
YUV 194.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 162 224 128 0.28 0 0.43 0.12 98.75 0.61 0.69
Hex A2 E0 80 1C 0 2B C 63 3D 45
Octal 242 340 200 34 0 53 14 143 75 105
Binary 10100010 11100000 10000000 11100 0 101011 1100 1100011 111101 1000101

Color Harmonies of #A2E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E080

Black with #A2E080

Text Example


Text Example

White with #A2E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E080; }

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

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

background-color css

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

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

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

border-color css

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

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

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