Html Css Color HEX #A6E26E Feijoa

📋 copy color: '#A6E26E'

red 166 ◦ green 226 ◦ blue 110

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

Shades of Feijoa #A6E26E

Tints of Feijoa #A6E26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 33.07%
G = 45.02%
B = 21.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#A6E26E (or 0xA6E26E) is known color: Feijoa. HEX triplet: A6, E2 and 6E. RGB value is (166,226,110). Sum of RGB (Red+Green+Blue) = 166+226+110=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E26E is #591D91. Grayscale: #C3C3C3. Windows color (decimal): -5840274 or 7266982. OLE color: 7266982.

HSL color Cylindrical-coordinate representation of color #A6E26E: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E26E is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 110 -
CMYK 0.27 0 0.51 0.11
HSL 91.03º 0.67% 0.66% -
HSV(B) 91.03º 0.51% 0.89% -
XYZ 45.74 63.63 24.62 -
YUV 194.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 166 226 110 0.27 0 0.51 0.11 91.03 0.67 0.66
Hex A6 E2 6E 1B 0 33 B 5B 43 42
Octal 246 342 156 33 0 63 13 133 103 102
Binary 10100110 11100010 1101110 11011 0 110011 1011 1011011 1000011 1000010

Color Harmonies of #A6E26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E26E

Black with #A6E26E

Text Example


Text Example

White with #A6E26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E26E; }

 p { color: rgb(166,226,110); }

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

background-color css

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

 a { background-color: rgb(166,226,110); }

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

border-color css

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

 span { border-color: rgb(166,226,110); }

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