Html Css Color HEX #A2E182 Feijoa

📋 copy color: '#A2E182'

red 162 ◦ green 225 ◦ blue 130

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

Shades of Feijoa #A2E182

Tints of Feijoa #A2E182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.52%

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

R = 31.33%
G = 43.52%
B = 25.15%

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

#A2E182 (or 0xA2E182) is known color: Feijoa. HEX triplet: A2, E1 and 82. RGB value is (162,225,130). Sum of RGB (Red+Green+Blue) = 162+225+130=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E182 is #5D1E7D. Grayscale: #C3C3C3. Windows color (decimal): -6102654 or 8577442. OLE color: 8577442.

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

Color convert

RGB 162 225 130 -
CMYK 0.28 0 0.42 0.12
HSL 99.79º 0.61% 0.7% -
HSV(B) 99.79º 0.42% 0.88% -
XYZ 45.85 63.14 30.89 -
YUV 195.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 162 225 130 0.28 0 0.42 0.12 99.79 0.61 0.7
Hex A2 E1 82 1C 0 2A C 64 3D 46
Octal 242 341 202 34 0 52 14 144 75 106
Binary 10100010 11100001 10000010 11100 0 101010 1100 1100100 111101 1000110

Color Harmonies of #A2E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E182

Black with #A2E182

Text Example


Text Example

White with #A2E182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E182; }

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

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

background-color css

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

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

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

border-color css

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

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

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