Html Css Color HEX #A6E46B Feijoa

📋 copy color: '#A6E46B'

red 166 ◦ green 228 ◦ blue 107

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

Shades of Feijoa #A6E46B

Tints of Feijoa #A6E46B

RGB

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

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

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

R = 33.13%
G = 45.51%
B = 21.36%

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

#A6E46B (or 0xA6E46B) is known color: Feijoa. HEX triplet: A6, E4 and 6B. RGB value is (166,228,107). Sum of RGB (Red+Green+Blue) = 166+228+107=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E46B is #591B94. Grayscale: #C4C4C4. Windows color (decimal): -5839765 or 7070886. OLE color: 7070886.

HSL color Cylindrical-coordinate representation of color #A6E46B: hue angle of 90.74º 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 #A6E46B is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 107 -
CMYK 0.27 0 0.53 0.11
HSL 90.74º 0.69% 0.66% -
HSV(B) 90.74º 0.53% 0.89% -
XYZ 46.12 64.66 23.96 -
YUV 195.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 166 228 107 0.27 0 0.53 0.11 90.74 0.69 0.66
Hex A6 E4 6B 1B 0 35 B 5B 45 42
Octal 246 344 153 33 0 65 13 133 105 102
Binary 10100110 11100100 1101011 11011 0 110101 1011 1011011 1000101 1000010

Color Harmonies of #A6E46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E46B

Black with #A6E46B

Text Example


Text Example

White with #A6E46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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