Html Css Color HEX #A6EC76 Feijoa

📋 copy color: '#A6EC76'

red 166 ◦ green 236 ◦ blue 118

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

Shades of Feijoa #A6EC76

Tints of Feijoa #A6EC76

RGB

 RED value IS 166 (65.23% from 255) = 31.92%

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

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 31.92%
G = 45.38%
B = 22.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#A6EC76 (or 0xA6EC76) is known color: Feijoa. HEX triplet: A6, EC and 76. RGB value is (166,236,118). Sum of RGB (Red+Green+Blue) = 166+236+118=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC76 is #591389. Grayscale: #CACACA. Windows color (decimal): -5837706 or 7793830. OLE color: 7793830.

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

Color convert

RGB 166 236 118 -
CMYK 0.30 0 0.5 0.07
HSL 95.59º 0.76% 0.69% -
HSV(B) 95.59º 0.5% 0.93% -
XYZ 48.99 69.41 27.95 -
YUV 201.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 166 236 118 0.30 0 0.5 0.07 95.59 0.76 0.69
Hex A6 EC 76 1E 0 32 7 60 4C 45
Octal 246 354 166 36 0 62 7 140 114 105
Binary 10100110 11101100 1110110 11110 0 110010 111 1100000 1001100 1000101

Color Harmonies of #A6EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC76

Black with #A6EC76

Text Example


Text Example

White with #A6EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC76; }

 p { color: rgb(166,236,118); }

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

background-color css

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

 a { background-color: rgb(166,236,118); }

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

border-color css

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

 span { border-color: rgb(166,236,118); }

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