Html Css Color HEX #A2E082 Feijoa

📋 copy color: '#A2E082'

red 162 ◦ green 224 ◦ blue 130

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

Shades of Feijoa #A2E082

Tints of Feijoa #A2E082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 31.4%
G = 43.41%
B = 25.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A2E082 (or 0xA2E082) is known color: Feijoa. HEX triplet: A2, E0 and 82. RGB value is (162,224,130). Sum of RGB (Red+Green+Blue) = 162+224+130=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E082 is #5D1F7D. Grayscale: #C3C3C3. Windows color (decimal): -6102910 or 8577186. OLE color: 8577186.

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

Color convert

RGB 162 224 130 -
CMYK 0.28 0 0.42 0.12
HSL 99.57º 0.6% 0.69% -
HSV(B) 99.57º 0.42% 0.88% -
XYZ 45.59 62.6 30.8 -
YUV 194.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 162 224 130 0.28 0 0.42 0.12 99.57 0.6 0.69
Hex A2 E0 82 1C 0 2A C 64 3C 45
Octal 242 340 202 34 0 52 14 144 74 105
Binary 10100010 11100000 10000010 11100 0 101010 1100 1100100 111100 1000101

Color Harmonies of #A2E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E082

Black with #A2E082

Text Example


Text Example

White with #A2E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E082; }

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

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

background-color css

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

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

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

border-color css

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

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

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