Html Css Color HEX #A6E48D Feijoa

📋 copy color: '#A6E48D'

red 166 ◦ green 228 ◦ blue 141

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

Shades of Feijoa #A6E48D

Tints of Feijoa #A6E48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 31.03%
G = 42.62%
B = 26.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#A6E48D (or 0xA6E48D) is known color: Feijoa. HEX triplet: A6, E4 and 8D. RGB value is (166,228,141). Sum of RGB (Red+Green+Blue) = 166+228+141=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E48D is #591B72. Grayscale: #C7C7C7. Windows color (decimal): -5839731 or 9299110. OLE color: 9299110.

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

Color convert

RGB 166 228 141 -
CMYK 0.27 0 0.38 0.11
HSL 102.76º 0.62% 0.72% -
HSV(B) 102.76º 0.38% 0.89% -
XYZ 48.28 65.52 35.3 -
YUV 199.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 166 228 141 0.27 0 0.38 0.11 102.76 0.62 0.72
Hex A6 E4 8D 1B 0 26 B 67 3E 48
Octal 246 344 215 33 0 46 13 147 76 110
Binary 10100110 11100100 10001101 11011 0 100110 1011 1100111 111110 1001000

Color Harmonies of #A6E48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E48D

Black with #A6E48D

Text Example


Text Example

White with #A6E48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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