Html Css Color HEX #A0E57E Feijoa

📋 copy color: '#A0E57E'

red 160 ◦ green 229 ◦ blue 126

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

Shades of Feijoa #A0E57E

Tints of Feijoa #A0E57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 31.07%
G = 44.47%
B = 24.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#A0E57E (or 0xA0E57E) is known color: Feijoa. HEX triplet: A0, E5 and 7E. RGB value is (160,229,126). Sum of RGB (Red+Green+Blue) = 160+229+126=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E57E is #5F1A81. Grayscale: #C4C4C4. Windows color (decimal): -6232706 or 8316320. OLE color: 8316320.

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

Color convert

RGB 160 229 126 -
CMYK 0.30 0 0.45 0.10
HSL 100.19º 0.66% 0.7% -
HSV(B) 100.19º 0.45% 0.9% -
XYZ 46.28 65.02 29.85 -
YUV 196.63 88.14 101.88 -
System Red Green Blue C M Y K H S L
Decimal 160 229 126 0.30 0 0.45 0.10 100.19 0.66 0.7
Hex A0 E5 7E 1E 0 2D A 64 42 46
Octal 240 345 176 36 0 55 12 144 102 106
Binary 10100000 11100101 1111110 11110 0 101101 1010 1100100 1000010 1000110

Color Harmonies of #A0E57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E57E

Black with #A0E57E

Text Example


Text Example

White with #A0E57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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