Html Css Color HEX #A0E76B Feijoa

📋 copy color: '#A0E76B'

red 160 ◦ green 231 ◦ blue 107

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

Shades of Feijoa #A0E76B

Tints of Feijoa #A0E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.39%

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 32.13%
G = 46.39%
B = 21.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#A0E76B (or 0xA0E76B) is known color: Feijoa. HEX triplet: A0, E7 and 6B. RGB value is (160,231,107). Sum of RGB (Red+Green+Blue) = 160+231+107=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E76B is #5F1894. Grayscale: #C4C4C4. Windows color (decimal): -6232213 or 7071648. OLE color: 7071648.

HSL color Cylindrical-coordinate representation of color #A0E76B: hue angle of 94.35º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0E76B is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 107 -
CMYK 0.31 0 0.54 0.09
HSL 94.35º 0.72% 0.66% -
HSV(B) 94.35º 0.54% 0.91% -
XYZ 45.73 65.69 24.18 -
YUV 195.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 160 231 107 0.31 0 0.54 0.09 94.35 0.72 0.66
Hex A0 E7 6B 1F 0 36 9 5E 48 42
Octal 240 347 153 37 0 66 11 136 110 102
Binary 10100000 11100111 1101011 11111 0 110110 1001 1011110 1001000 1000010

Color Harmonies of #A0E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E76B

Black with #A0E76B

Text Example


Text Example

White with #A0E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E76B; }

 p { color: rgb(160,231,107); }

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

background-color css

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

 a { background-color: rgb(160,231,107); }

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

border-color css

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

 span { border-color: rgb(160,231,107); }

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