Html Css Color HEX #A1E97C Feijoa

📋 copy color: '#A1E97C'

red 161 ◦ green 233 ◦ blue 124

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

Shades of Feijoa #A1E97C

Tints of Feijoa #A1E97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.98%

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 31.08%
G = 44.98%
B = 23.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#A1E97C (or 0xA1E97C) is known color: Feijoa. HEX triplet: A1, E9 and 7C. RGB value is (161,233,124). Sum of RGB (Red+Green+Blue) = 161+233+124=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E97C is #5E1683. Grayscale: #C7C7C7. Windows color (decimal): -6166148 or 8186273. OLE color: 8186273.

HSL color Cylindrical-coordinate representation of color #A1E97C: hue angle of 99.63º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E97C is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 124 -
CMYK 0.31 0 0.47 0.09
HSL 99.63º 0.71% 0.7% -
HSV(B) 99.63º 0.47% 0.91% -
XYZ 47.47 67.31 29.56 -
YUV 199.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 161 233 124 0.31 0 0.47 0.09 99.63 0.71 0.7
Hex A1 E9 7C 1F 0 2F 9 64 47 46
Octal 241 351 174 37 0 57 11 144 107 106
Binary 10100001 11101001 1111100 11111 0 101111 1001 1100100 1000111 1000110

Color Harmonies of #A1E97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E97C

Black with #A1E97C

Text Example


Text Example

White with #A1E97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E97C; }

 p { color: rgb(161,233,124); }

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

background-color css

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

 a { background-color: rgb(161,233,124); }

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

border-color css

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

 span { border-color: rgb(161,233,124); }

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