Html Css Color HEX #A1E76B Feijoa

📋 copy color: '#A1E76B'

red 161 ◦ green 231 ◦ blue 107

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

Shades of Feijoa #A1E76B

Tints of Feijoa #A1E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

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

R = 32.26%
G = 46.29%
B = 21.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#A1E76B (or 0xA1E76B) is known color: Feijoa. HEX triplet: A1, E7 and 6B. RGB value is (161,231,107). Sum of RGB (Red+Green+Blue) = 161+231+107=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E76B is #5E1894. Grayscale: #C4C4C4. Windows color (decimal): -6166677 or 7071649. OLE color: 7071649.

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

Color convert

RGB 161 231 107 -
CMYK 0.30 0 0.54 0.09
HSL 93.87º 0.72% 0.66% -
HSV(B) 93.87º 0.54% 0.91% -
XYZ 45.93 65.79 24.19 -
YUV 195.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 161 231 107 0.30 0 0.54 0.09 93.87 0.72 0.66
Hex A1 E7 6B 1E 0 36 9 5E 48 42
Octal 241 347 153 36 0 66 11 136 110 102
Binary 10100001 11100111 1101011 11110 0 110110 1001 1011110 1001000 1000010

Color Harmonies of #A1E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E76B

Black with #A1E76B

Text Example


Text Example

White with #A1E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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