Html Css Color HEX #A0EC71 Feijoa

📋 copy color: '#A0EC71'

red 160 ◦ green 236 ◦ blue 113

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

Shades of Feijoa #A0EC71

Tints of Feijoa #A0EC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.37%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 31.43%
G = 46.37%
B = 22.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A0EC71 (or 0xA0EC71) is known color: Feijoa. HEX triplet: A0, EC and 71. RGB value is (160,236,113). Sum of RGB (Red+Green+Blue) = 160+236+113=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC71 is #5F138E. Grayscale: #C7C7C7. Windows color (decimal): -6230927 or 7466144. OLE color: 7466144.

HSL color Cylindrical-coordinate representation of color #A0EC71: hue angle of 97.07º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0EC71 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 113 -
CMYK 0.32 0 0.52 0.07
HSL 97.07º 0.76% 0.68% -
HSV(B) 97.07º 0.52% 0.93% -
XYZ 47.47 68.66 26.37 -
YUV 199.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 160 236 113 0.32 0 0.52 0.07 97.07 0.76 0.68
Hex A0 EC 71 20 0 34 7 61 4C 44
Octal 240 354 161 40 0 64 7 141 114 104
Binary 10100000 11101100 1110001 100000 0 110100 111 1100001 1001100 1000100

Color Harmonies of #A0EC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC71

Black with #A0EC71

Text Example


Text Example

White with #A0EC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC71; }

 p { color: rgb(160,236,113); }

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

background-color css

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

 a { background-color: rgb(160,236,113); }

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

border-color css

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

 span { border-color: rgb(160,236,113); }

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