Html Css Color HEX #A1E56B Feijoa

📋 copy color: '#A1E56B'

red 161 ◦ green 229 ◦ blue 107

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

Shades of Feijoa #A1E56B

Tints of Feijoa #A1E56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 32.39%
G = 46.08%
B = 21.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A1E56B (or 0xA1E56B) is known color: Feijoa. HEX triplet: A1, E5 and 6B. RGB value is (161,229,107). Sum of RGB (Red+Green+Blue) = 161+229+107=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E56B is #5E1A94. Grayscale: #C3C3C3. Windows color (decimal): -6167189 or 7071137. OLE color: 7071137.

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

Color convert

RGB 161 229 107 -
CMYK 0.30 0 0.53 0.10
HSL 93.44º 0.7% 0.66% -
HSV(B) 93.44º 0.53% 0.9% -
XYZ 45.37 64.68 24 -
YUV 194.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 161 229 107 0.30 0 0.53 0.10 93.44 0.7 0.66
Hex A1 E5 6B 1E 0 35 A 5D 46 42
Octal 241 345 153 36 0 65 12 135 106 102
Binary 10100001 11100101 1101011 11110 0 110101 1010 1011101 1000110 1000010

Color Harmonies of #A1E56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E56B

Black with #A1E56B

Text Example


Text Example

White with #A1E56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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