Html Css Color HEX #A0E379 Feijoa

📋 copy color: '#A0E379'

red 160 ◦ green 227 ◦ blue 121

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

Shades of Feijoa #A0E379

Tints of Feijoa #A0E379

RGB

 RED value IS 160 (62.89% from 255) = 31.5%

 GREEN value IS 227 (89.06% from 255) = 44.69%

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 31.5%
G = 44.69%
B = 23.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A0E379 (or 0xA0E379) is known color: Feijoa. HEX triplet: A0, E3 and 79. RGB value is (160,227,121). Sum of RGB (Red+Green+Blue) = 160+227+121=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E379 is #5F1C86. Grayscale: #C3C3C3. Windows color (decimal): -6233223 or 7988128. OLE color: 7988128.

HSL color Cylindrical-coordinate representation of color #A0E379: hue angle of 97.92º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E379 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 121 -
CMYK 0.30 0 0.47 0.11
HSL 97.92º 0.65% 0.68% -
HSV(B) 97.92º 0.47% 0.89% -
XYZ 45.42 63.79 28.01 -
YUV 194.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 160 227 121 0.30 0 0.47 0.11 97.92 0.65 0.68
Hex A0 E3 79 1E 0 2F B 62 41 44
Octal 240 343 171 36 0 57 13 142 101 104
Binary 10100000 11100011 1111001 11110 0 101111 1011 1100010 1000001 1000100

Color Harmonies of #A0E379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E379

Black with #A0E379

Text Example


Text Example

White with #A0E379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E379; }

 p { color: rgb(160,227,121); }

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

background-color css

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

 a { background-color: rgb(160,227,121); }

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

border-color css

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

 span { border-color: rgb(160,227,121); }

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