Html Css Color HEX #A6E66A Feijoa

📋 copy color: '#A6E66A'

red 166 ◦ green 230 ◦ blue 106

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

Shades of Feijoa #A6E66A

Tints of Feijoa #A6E66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.12%

R = 33.07%
G = 45.82%
B = 21.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#A6E66A (or 0xA6E66A) is known color: Feijoa. HEX triplet: A6, E6 and 6A. RGB value is (166,230,106). Sum of RGB (Red+Green+Blue) = 166+230+106=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E66A is #591995. Grayscale: #C5C5C5. Windows color (decimal): -5839254 or 7005862. OLE color: 7005862.

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

Color convert

RGB 166 230 106 -
CMYK 0.28 0 0.54 0.10
HSL 90.97º 0.71% 0.66% -
HSV(B) 90.97º 0.54% 0.9% -
XYZ 46.62 65.74 23.87 -
YUV 196.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 166 230 106 0.28 0 0.54 0.10 90.97 0.71 0.66
Hex A6 E6 6A 1C 0 36 A 5B 47 42
Octal 246 346 152 34 0 66 12 133 107 102
Binary 10100110 11100110 1101010 11100 0 110110 1010 1011011 1000111 1000010

Color Harmonies of #A6E66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E66A

Black with #A6E66A

Text Example


Text Example

White with #A6E66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E66A; }

 p { color: rgb(166,230,106); }

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

background-color css

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

 a { background-color: rgb(166,230,106); }

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

border-color css

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

 span { border-color: rgb(166,230,106); }

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