Html Css Color HEX #A1E77A Feijoa

📋 copy color: '#A1E77A'

red 161 ◦ green 231 ◦ blue 122

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

Shades of Feijoa #A1E77A

Tints of Feijoa #A1E77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 31.32%
G = 44.94%
B = 23.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#A1E77A (or 0xA1E77A) is known color: Feijoa. HEX triplet: A1, E7 and 7A. RGB value is (161,231,122). Sum of RGB (Red+Green+Blue) = 161+231+122=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E77A is #5E1885. Grayscale: #C6C6C6. Windows color (decimal): -6166662 or 8054689. OLE color: 8054689.

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

Color convert

RGB 161 231 122 -
CMYK 0.30 0 0.47 0.09
HSL 98.53º 0.69% 0.69% -
HSV(B) 98.53º 0.47% 0.91% -
XYZ 46.79 66.13 28.71 -
YUV 197.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 161 231 122 0.30 0 0.47 0.09 98.53 0.69 0.69
Hex A1 E7 7A 1E 0 2F 9 63 45 45
Octal 241 347 172 36 0 57 11 143 105 105
Binary 10100001 11100111 1111010 11110 0 101111 1001 1100011 1000101 1000101

Color Harmonies of #A1E77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E77A

Black with #A1E77A

Text Example


Text Example

White with #A1E77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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