Html Css Color HEX #A2E280 Feijoa

📋 copy color: '#A2E280'

red 162 ◦ green 226 ◦ blue 128

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

Shades of Feijoa #A2E280

Tints of Feijoa #A2E280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.8%

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

R = 31.4%
G = 43.8%
B = 24.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#A2E280 (or 0xA2E280) is known color: Feijoa. HEX triplet: A2, E2 and 80. RGB value is (162,226,128). Sum of RGB (Red+Green+Blue) = 162+226+128=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E280 is #5D1D7F. Grayscale: #C4C4C4. Windows color (decimal): -6102400 or 8446626. OLE color: 8446626.

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

Color convert

RGB 162 226 128 -
CMYK 0.28 0 0.43 0.11
HSL 99.18º 0.63% 0.69% -
HSV(B) 99.18º 0.43% 0.89% -
XYZ 45.99 63.63 30.28 -
YUV 195.69 89.8 103.97 -
System Red Green Blue C M Y K H S L
Decimal 162 226 128 0.28 0 0.43 0.11 99.18 0.63 0.69
Hex A2 E2 80 1C 0 2B B 63 3F 45
Octal 242 342 200 34 0 53 13 143 77 105
Binary 10100010 11100010 10000000 11100 0 101011 1011 1100011 111111 1000101

Color Harmonies of #A2E280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E280

Black with #A2E280

Text Example


Text Example

White with #A2E280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E280; }

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

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

background-color css

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

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

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

border-color css

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

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

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