Html Css Color HEX #A1E073 Feijoa

📋 copy color: '#A1E073'

red 161 ◦ green 224 ◦ blue 115

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

Shades of Feijoa #A1E073

Tints of Feijoa #A1E073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 32.2%
G = 44.8%
B = 23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#A1E073 (or 0xA1E073) is known color: Feijoa. HEX triplet: A1, E0 and 73. RGB value is (161,224,115). Sum of RGB (Red+Green+Blue) = 161+224+115=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E073 is #5E1F8C. Grayscale: #C1C1C1. Windows color (decimal): -6168461 or 7594145. OLE color: 7594145.

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

Color convert

RGB 161 224 115 -
CMYK 0.28 0 0.49 0.12
HSL 94.68º 0.64% 0.66% -
HSV(B) 94.68º 0.49% 0.88% -
XYZ 44.45 62.13 25.87 -
YUV 192.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 161 224 115 0.28 0 0.49 0.12 94.68 0.64 0.66
Hex A1 E0 73 1C 0 31 C 5F 40 42
Octal 241 340 163 34 0 61 14 137 100 102
Binary 10100001 11100000 1110011 11100 0 110001 1100 1011111 1000000 1000010

Color Harmonies of #A1E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E073

Black with #A1E073

Text Example


Text Example

White with #A1E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E073; }

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

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

background-color css

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

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

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

border-color css

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

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

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