Html Css Color HEX #A1E182 Feijoa

📋 copy color: '#A1E182'

red 161 ◦ green 225 ◦ blue 130

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

Shades of Feijoa #A1E182

Tints of Feijoa #A1E182

RGB

 RED value IS 161 (63.28% from 255) = 31.2%

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

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

R = 31.2%
G = 43.6%
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

#A1E182 (or 0xA1E182) is known color: Feijoa. HEX triplet: A1, E1 and 82. RGB value is (161,225,130). Sum of RGB (Red+Green+Blue) = 161+225+130=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E182 is #5E1E7D. Grayscale: #C3C3C3. Windows color (decimal): -6168190 or 8577441. OLE color: 8577441.

HSL color Cylindrical-coordinate representation of color #A1E182: hue angle of 100.42º 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 #A1E182 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 130 -
CMYK 0.28 0 0.42 0.12
HSL 100.42º 0.61% 0.7% -
HSV(B) 100.42º 0.42% 0.88% -
XYZ 45.65 63.04 30.88 -
YUV 195.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 161 225 130 0.28 0 0.42 0.12 100.42 0.61 0.7
Hex A1 E1 82 1C 0 2A C 64 3D 46
Octal 241 341 202 34 0 52 14 144 75 106
Binary 10100001 11100001 10000010 11100 0 101010 1100 1100100 111101 1000110

Color Harmonies of #A1E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E182

Black with #A1E182

Text Example


Text Example

White with #A1E182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E182; }

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

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

background-color css

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

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

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

border-color css

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

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

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