Html Css Color HEX #A1E56A Feijoa

📋 copy color: '#A1E56A'

red 161 ◦ green 229 ◦ blue 106

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

Shades of Feijoa #A1E56A

Tints of Feijoa #A1E56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 32.46%
G = 46.17%
B = 21.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#A1E56A (or 0xA1E56A) is known color: Feijoa. HEX triplet: A1, E5 and 6A. RGB value is (161,229,106). Sum of RGB (Red+Green+Blue) = 161+229+106=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E56A is #5E1A95. Grayscale: #C3C3C3. Windows color (decimal): -6167190 or 7005601. OLE color: 7005601.

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

Color convert

RGB 161 229 106 -
CMYK 0.30 0 0.54 0.10
HSL 93.17º 0.7% 0.66% -
HSV(B) 93.17º 0.54% 0.9% -
XYZ 45.32 64.66 23.73 -
YUV 194.65 77.97 104 -
System Red Green Blue C M Y K H S L
Decimal 161 229 106 0.30 0 0.54 0.10 93.17 0.7 0.66
Hex A1 E5 6A 1E 0 36 A 5D 46 42
Octal 241 345 152 36 0 66 12 135 106 102
Binary 10100001 11100101 1101010 11110 0 110110 1010 1011101 1000110 1000010

Color Harmonies of #A1E56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E56A

Black with #A1E56A

Text Example


Text Example

White with #A1E56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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