Html Css Color HEX #A0EB71 Feijoa

📋 copy color: '#A0EB71'

red 160 ◦ green 235 ◦ blue 113

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

Shades of Feijoa #A0EB71

Tints of Feijoa #A0EB71

RGB

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

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

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

R = 31.5%
G = 46.26%
B = 22.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#A0EB71 (or 0xA0EB71) is known color: Feijoa. HEX triplet: A0, EB and 71. RGB value is (160,235,113). Sum of RGB (Red+Green+Blue) = 160+235+113=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EB71 is #5F148E. Grayscale: #C7C7C7. Windows color (decimal): -6231183 or 7465888. OLE color: 7465888.

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

Color convert

RGB 160 235 113 -
CMYK 0.32 0 0.52 0.08
HSL 96.89º 0.75% 0.68% -
HSV(B) 96.89º 0.52% 0.92% -
XYZ 47.19 68.08 26.28 -
YUV 198.67 79.65 100.42 -
System Red Green Blue C M Y K H S L
Decimal 160 235 113 0.32 0 0.52 0.08 96.89 0.75 0.68
Hex A0 EB 71 20 0 34 8 61 4B 44
Octal 240 353 161 40 0 64 10 141 113 104
Binary 10100000 11101011 1110001 100000 0 110100 1000 1100001 1001011 1000100

Color Harmonies of #A0EB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB71

Black with #A0EB71

Text Example


Text Example

White with #A0EB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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