Html Css Color HEX #A0EF80 Feijoa

📋 copy color: '#A0EF80'

red 160 ◦ green 239 ◦ blue 128

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

Shades of Feijoa #A0EF80

Tints of Feijoa #A0EF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

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

R = 30.36%
G = 45.35%
B = 24.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#A0EF80 (or 0xA0EF80) is known color: Feijoa. HEX triplet: A0, EF and 80. RGB value is (160,239,128). Sum of RGB (Red+Green+Blue) = 160+239+128=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF80 is #5F107F. Grayscale: #CBCBCB. Windows color (decimal): -6230144 or 8449952. OLE color: 8449952.

HSL color Cylindrical-coordinate representation of color #A0EF80: hue angle of 102.7º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0EF80 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 128 -
CMYK 0.33 0 0.46 0.06
HSL 102.7º 0.78% 0.72% -
HSV(B) 102.7º 0.46% 0.94% -
XYZ 49.26 70.77 31.48 -
YUV 202.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 160 239 128 0.33 0 0.46 0.06 102.7 0.78 0.72
Hex A0 EF 80 21 0 2E 6 67 4E 48
Octal 240 357 200 41 0 56 6 147 116 110
Binary 10100000 11101111 10000000 100001 0 101110 110 1100111 1001110 1001000

Color Harmonies of #A0EF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF80

Black with #A0EF80

Text Example


Text Example

White with #A0EF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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