Html Css Color HEX #A6E46C Feijoa

📋 copy color: '#A6E46C'

red 166 ◦ green 228 ◦ blue 108

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

Shades of Feijoa #A6E46C

Tints of Feijoa #A6E46C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.42%

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 33.07%
G = 45.42%
B = 21.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#A6E46C (or 0xA6E46C) is known color: Feijoa. HEX triplet: A6, E4 and 6C. RGB value is (166,228,108). Sum of RGB (Red+Green+Blue) = 166+228+108=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E46C is #591B93. Grayscale: #C4C4C4. Windows color (decimal): -5839764 or 7136422. OLE color: 7136422.

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

Color convert

RGB 166 228 108 -
CMYK 0.27 0 0.53 0.11
HSL 91º 0.69% 0.66% -
HSV(B) 91º 0.53% 0.89% -
XYZ 46.18 64.68 24.24 -
YUV 195.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 166 228 108 0.27 0 0.53 0.11 91 0.69 0.66
Hex A6 E4 6C 1B 0 35 B 5B 45 42
Octal 246 344 154 33 0 65 13 133 105 102
Binary 10100110 11100100 1101100 11011 0 110101 1011 1011011 1000101 1000010

Color Harmonies of #A6E46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E46C

Black with #A6E46C

Text Example


Text Example

White with #A6E46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E46C; }

 p { color: rgb(166,228,108); }

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

background-color css

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

 a { background-color: rgb(166,228,108); }

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

border-color css

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

 span { border-color: rgb(166,228,108); }

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