Html Css Color HEX #A0EB80 Feijoa

📋 copy color: '#A0EB80'

red 160 ◦ green 235 ◦ blue 128

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

Shades of Feijoa #A0EB80

Tints of Feijoa #A0EB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.93%

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 30.59%
G = 44.93%
B = 24.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#A0EB80 (or 0xA0EB80) is known color: Feijoa. HEX triplet: A0, EB and 80. RGB value is (160,235,128). Sum of RGB (Red+Green+Blue) = 160+235+128=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB80 is #5F147F. Grayscale: #C8C8C8. Windows color (decimal): -6231168 or 8448928. OLE color: 8448928.

HSL color Cylindrical-coordinate representation of color #A0EB80: hue angle of 102.06º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0EB80 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 128 -
CMYK 0.32 0 0.46 0.08
HSL 102.06º 0.73% 0.71% -
HSV(B) 102.06º 0.46% 0.92% -
XYZ 48.1 68.45 31.1 -
YUV 200.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 160 235 128 0.32 0 0.46 0.08 102.06 0.73 0.71
Hex A0 EB 80 20 0 2E 8 66 49 47
Octal 240 353 200 40 0 56 10 146 111 107
Binary 10100000 11101011 10000000 100000 0 101110 1000 1100110 1001001 1000111

Color Harmonies of #A0EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB80

Black with #A0EB80

Text Example


Text Example

White with #A0EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB80; }

 p { color: rgb(160,235,128); }

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

background-color css

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

 a { background-color: rgb(160,235,128); }

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

border-color css

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

 span { border-color: rgb(160,235,128); }

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