Html Css Color HEX #A0E577 Feijoa

📋 copy color: '#A0E577'

red 160 ◦ green 229 ◦ blue 119

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

Shades of Feijoa #A0E577

Tints of Feijoa #A0E577

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.08%

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 31.5%
G = 45.08%
B = 23.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#A0E577 (or 0xA0E577) is known color: Feijoa. HEX triplet: A0, E5 and 77. RGB value is (160,229,119). Sum of RGB (Red+Green+Blue) = 160+229+119=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E577 is #5F1A88. Grayscale: #C4C4C4. Windows color (decimal): -6232713 or 7857568. OLE color: 7857568.

HSL color Cylindrical-coordinate representation of color #A0E577: hue angle of 97.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0E577 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 119 -
CMYK 0.30 0 0.48 0.10
HSL 97.64º 0.68% 0.68% -
HSV(B) 97.64º 0.48% 0.9% -
XYZ 45.85 64.84 27.55 -
YUV 195.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 160 229 119 0.30 0 0.48 0.10 97.64 0.68 0.68
Hex A0 E5 77 1E 0 30 A 62 44 44
Octal 240 345 167 36 0 60 12 142 104 104
Binary 10100000 11100101 1110111 11110 0 110000 1010 1100010 1000100 1000100

Color Harmonies of #A0E577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E577

Black with #A0E577

Text Example


Text Example

White with #A0E577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E577; }

 p { color: rgb(160,229,119); }

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

background-color css

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

 a { background-color: rgb(160,229,119); }

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

border-color css

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

 span { border-color: rgb(160,229,119); }

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