Html Css Color HEX #A1E072 Feijoa

📋 copy color: '#A1E072'

red 161 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #A1E072

Tints of Feijoa #A1E072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.85%

R = 32.26%
G = 44.89%
B = 22.85%

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

#A1E072 (or 0xA1E072) is known color: Feijoa. HEX triplet: A1, E0 and 72. RGB value is (161,224,114). Sum of RGB (Red+Green+Blue) = 161+224+114=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E072 is #5E1F8D. Grayscale: #C0C0C0. Windows color (decimal): -6168462 or 7528609. OLE color: 7528609.

HSL color Cylindrical-coordinate representation of color #A1E072: hue angle of 94.36º 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 #A1E072 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 114 -
CMYK 0.28 0 0.49 0.12
HSL 94.36º 0.64% 0.66% -
HSV(B) 94.36º 0.49% 0.88% -
XYZ 44.39 62.1 25.57 -
YUV 192.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 161 224 114 0.28 0 0.49 0.12 94.36 0.64 0.66
Hex A1 E0 72 1C 0 31 C 5E 40 42
Octal 241 340 162 34 0 61 14 136 100 102
Binary 10100001 11100000 1110010 11100 0 110001 1100 1011110 1000000 1000010

Color Harmonies of #A1E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E072

Black with #A1E072

Text Example


Text Example

White with #A1E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E072; }

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

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

background-color css

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

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

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

border-color css

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

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

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