Html Css Color HEX #A0E57C Feijoa

📋 copy color: '#A0E57C'

red 160 ◦ green 229 ◦ blue 124

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

Shades of Feijoa #A0E57C

Tints of Feijoa #A0E57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.17%

R = 31.19%
G = 44.64%
B = 24.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#A0E57C (or 0xA0E57C) is known color: Feijoa. HEX triplet: A0, E5 and 7C. RGB value is (160,229,124). Sum of RGB (Red+Green+Blue) = 160+229+124=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E57C is #5F1A83. Grayscale: #C4C4C4. Windows color (decimal): -6232708 or 8185248. OLE color: 8185248.

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

Color convert

RGB 160 229 124 -
CMYK 0.30 0 0.46 0.10
HSL 99.43º 0.67% 0.69% -
HSV(B) 99.43º 0.46% 0.9% -
XYZ 46.15 64.97 29.18 -
YUV 196.4 87.14 102.04 -
System Red Green Blue C M Y K H S L
Decimal 160 229 124 0.30 0 0.46 0.10 99.43 0.67 0.69
Hex A0 E5 7C 1E 0 2E A 63 43 45
Octal 240 345 174 36 0 56 12 143 103 105
Binary 10100000 11100101 1111100 11110 0 101110 1010 1100011 1000011 1000101

Color Harmonies of #A0E57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E57C

Black with #A0E57C

Text Example


Text Example

White with #A0E57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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