Html Css Color HEX #A0E47A Feijoa

📋 copy color: '#A0E47A'

red 160 ◦ green 228 ◦ blue 122

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

Shades of Feijoa #A0E47A

Tints of Feijoa #A0E47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 31.37%
G = 44.71%
B = 23.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#A0E47A (or 0xA0E47A) is known color: Feijoa. HEX triplet: A0, E4 and 7A. RGB value is (160,228,122). Sum of RGB (Red+Green+Blue) = 160+228+122=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E47A is #5F1B85. Grayscale: #C3C3C3. Windows color (decimal): -6232966 or 8053920. OLE color: 8053920.

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

Color convert

RGB 160 228 122 -
CMYK 0.30 0 0.46 0.11
HSL 98.49º 0.66% 0.69% -
HSV(B) 98.49º 0.46% 0.89% -
XYZ 45.75 64.37 28.42 -
YUV 195.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 160 228 122 0.30 0 0.46 0.11 98.49 0.66 0.69
Hex A0 E4 7A 1E 0 2E B 62 42 45
Octal 240 344 172 36 0 56 13 142 102 105
Binary 10100000 11100100 1111010 11110 0 101110 1011 1100010 1000010 1000101

Color Harmonies of #A0E47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E47A

Black with #A0E47A

Text Example


Text Example

White with #A0E47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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