Html Css Color HEX #A0E66B Feijoa

📋 copy color: '#A0E66B'

red 160 ◦ green 230 ◦ blue 107

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

Shades of Feijoa #A0E66B

Tints of Feijoa #A0E66B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

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

R = 32.19%
G = 46.28%
B = 21.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A0E66B (or 0xA0E66B) is known color: Feijoa. HEX triplet: A0, E6 and 6B. RGB value is (160,230,107). Sum of RGB (Red+Green+Blue) = 160+230+107=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E66B is #5F1994. Grayscale: #C3C3C3. Windows color (decimal): -6232469 or 7071392. OLE color: 7071392.

HSL color Cylindrical-coordinate representation of color #A0E66B: hue angle of 94.15º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E66B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 107 -
CMYK 0.30 0 0.53 0.10
HSL 94.15º 0.71% 0.66% -
HSV(B) 94.15º 0.53% 0.9% -
XYZ 45.45 65.13 24.09 -
YUV 195.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 160 230 107 0.30 0 0.53 0.10 94.15 0.71 0.66
Hex A0 E6 6B 1E 0 35 A 5E 47 42
Octal 240 346 153 36 0 65 12 136 107 102
Binary 10100000 11100110 1101011 11110 0 110101 1010 1011110 1000111 1000010

Color Harmonies of #A0E66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E66B

Black with #A0E66B

Text Example


Text Example

White with #A0E66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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