Html Css Color HEX #A1E07A Feijoa

📋 copy color: '#A1E07A'

red 161 ◦ green 224 ◦ blue 122

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

Shades of Feijoa #A1E07A

Tints of Feijoa #A1E07A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

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

R = 31.76%
G = 44.18%
B = 24.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#A1E07A (or 0xA1E07A) is known color: Feijoa. HEX triplet: A1, E0 and 7A. RGB value is (161,224,122). Sum of RGB (Red+Green+Blue) = 161+224+122=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E07A is #5E1F85. Grayscale: #C1C1C1. Windows color (decimal): -6168454 or 8052897. OLE color: 8052897.

HSL color Cylindrical-coordinate representation of color #A1E07A: hue angle of 97.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1E07A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 122 -
CMYK 0.28 0 0.46 0.12
HSL 97.06º 0.62% 0.68% -
HSV(B) 97.06º 0.46% 0.88% -
XYZ 44.87 62.29 28.07 -
YUV 193.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 161 224 122 0.28 0 0.46 0.12 97.06 0.62 0.68
Hex A1 E0 7A 1C 0 2E C 61 3E 44
Octal 241 340 172 34 0 56 14 141 76 104
Binary 10100001 11100000 1111010 11100 0 101110 1100 1100001 111110 1000100

Color Harmonies of #A1E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E07A

Black with #A1E07A

Text Example


Text Example

White with #A1E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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