Html Css Color HEX #A1E586 Feijoa

📋 copy color: '#A1E586'

red 161 ◦ green 229 ◦ blue 134

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

Shades of Feijoa #A1E586

Tints of Feijoa #A1E586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

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

R = 30.73%
G = 43.7%
B = 25.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#A1E586 (or 0xA1E586) is known color: Feijoa. HEX triplet: A1, E5 and 86. RGB value is (161,229,134). Sum of RGB (Red+Green+Blue) = 161+229+134=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E586 is #5E1A79. Grayscale: #C6C6C6. Windows color (decimal): -6167162 or 8840609. OLE color: 8840609.

HSL color Cylindrical-coordinate representation of color #A1E586: hue angle of 102.95º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1E586 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 134 -
CMYK 0.30 0 0.41 0.10
HSL 102.95º 0.65% 0.71% -
HSV(B) 102.95º 0.41% 0.9% -
XYZ 47.02 65.34 32.69 -
YUV 197.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 161 229 134 0.30 0 0.41 0.10 102.95 0.65 0.71
Hex A1 E5 86 1E 0 29 A 67 41 47
Octal 241 345 206 36 0 51 12 147 101 107
Binary 10100001 11100101 10000110 11110 0 101001 1010 1100111 1000001 1000111

Color Harmonies of #A1E586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E586

Black with #A1E586

Text Example


Text Example

White with #A1E586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E586; }

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

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

background-color css

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

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

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

border-color css

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

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

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