Html Css Color HEX #A1E083 Feijoa

📋 copy color: '#A1E083'

red 161 ◦ green 224 ◦ blue 131

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

Shades of Feijoa #A1E083

Tints of Feijoa #A1E083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 31.2%
G = 43.41%
B = 25.39%

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

#A1E083 (or 0xA1E083) is known color: Feijoa. HEX triplet: A1, E0 and 83. RGB value is (161,224,131). Sum of RGB (Red+Green+Blue) = 161+224+131=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E083 is #5E1F7C. Grayscale: #C2C2C2. Windows color (decimal): -6168445 or 8642721. OLE color: 8642721.

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

Color convert

RGB 161 224 131 -
CMYK 0.28 0 0.42 0.12
HSL 100.65º 0.6% 0.7% -
HSV(B) 100.65º 0.42% 0.88% -
XYZ 45.45 62.53 31.15 -
YUV 194.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 161 224 131 0.28 0 0.42 0.12 100.65 0.6 0.7
Hex A1 E0 83 1C 0 2A C 65 3C 46
Octal 241 340 203 34 0 52 14 145 74 106
Binary 10100001 11100000 10000011 11100 0 101010 1100 1100101 111100 1000110

Color Harmonies of #A1E083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E083

Black with #A1E083

Text Example


Text Example

White with #A1E083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E083; }

 p { color: rgb(161,224,131); }

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

background-color css

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

 a { background-color: rgb(161,224,131); }

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

border-color css

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

 span { border-color: rgb(161,224,131); }

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