Html Css Color HEX #A0E47D Feijoa

📋 copy color: '#A0E47D'

red 160 ◦ green 228 ◦ blue 125

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

Shades of Feijoa #A0E47D

Tints of Feijoa #A0E47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 125 (49.22% from 255) = 24.37%

R = 31.19%
G = 44.44%
B = 24.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#A0E47D (or 0xA0E47D) is known color: Feijoa. HEX triplet: A0, E4 and 7D. RGB value is (160,228,125). Sum of RGB (Red+Green+Blue) = 160+228+125=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E47D is #5F1B82. Grayscale: #C4C4C4. Windows color (decimal): -6232963 or 8250528. OLE color: 8250528.

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

Color convert

RGB 160 228 125 -
CMYK 0.30 0 0.45 0.11
HSL 99.61º 0.66% 0.69% -
HSV(B) 99.61º 0.45% 0.89% -
XYZ 45.94 64.44 29.42 -
YUV 195.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 160 228 125 0.30 0 0.45 0.11 99.61 0.66 0.69
Hex A0 E4 7D 1E 0 2D B 64 42 45
Octal 240 344 175 36 0 55 13 144 102 105
Binary 10100000 11100100 1111101 11110 0 101101 1011 1100100 1000010 1000101

Color Harmonies of #A0E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E47D

Black with #A0E47D

Text Example


Text Example

White with #A0E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E47D; }

 p { color: rgb(160,228,125); }

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

background-color css

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

 a { background-color: rgb(160,228,125); }

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

border-color css

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

 span { border-color: rgb(160,228,125); }

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