Html Css Color HEX #A1E386 Feijoa

📋 copy color: '#A1E386'

red 161 ◦ green 227 ◦ blue 134

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

Shades of Feijoa #A1E386

Tints of Feijoa #A1E386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.49%

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 30.84%
G = 43.49%
B = 25.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A1E386 (or 0xA1E386) is known color: Feijoa. HEX triplet: A1, E3 and 86. RGB value is (161,227,134). Sum of RGB (Red+Green+Blue) = 161+227+134=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E386 is #5E1C79. Grayscale: #C4C4C4. Windows color (decimal): -6167674 or 8840097. OLE color: 8840097.

HSL color Cylindrical-coordinate representation of color #A1E386: hue angle of 102.58º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1E386 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 134 -
CMYK 0.29 0 0.41 0.11
HSL 102.58º 0.62% 0.71% -
HSV(B) 102.58º 0.41% 0.89% -
XYZ 46.47 64.24 32.5 -
YUV 196.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 161 227 134 0.29 0 0.41 0.11 102.58 0.62 0.71
Hex A1 E3 86 1D 0 29 B 67 3E 47
Octal 241 343 206 35 0 51 13 147 76 107
Binary 10100001 11100011 10000110 11101 0 101001 1011 1100111 111110 1000111

Color Harmonies of #A1E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E386

Black with #A1E386

Text Example


Text Example

White with #A1E386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E386; }

 p { color: rgb(161,227,134); }

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

background-color css

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

 a { background-color: rgb(161,227,134); }

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

border-color css

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

 span { border-color: rgb(161,227,134); }

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