Html Css Color HEX #A6D58C Feijoa

📋 copy color: '#A6D58C'

red 166 ◦ green 213 ◦ blue 140

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

Shades of Feijoa #A6D58C

Tints of Feijoa #A6D58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 31.98%
G = 41.04%
B = 26.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A6D58C (or 0xA6D58C) is known color: Feijoa. HEX triplet: A6, D5 and 8C. RGB value is (166,213,140). Sum of RGB (Red+Green+Blue) = 166+213+140=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D58C is #592A73. Grayscale: #BEBEBE. Windows color (decimal): -5843572 or 9229734. OLE color: 9229734.

HSL color Cylindrical-coordinate representation of color #A6D58C: hue angle of 98.63º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D58C is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 140 -
CMYK 0.22 0 0.34 0.16
HSL 98.63º 0.46% 0.69% -
HSV(B) 98.63º 0.34% 0.84% -
XYZ 44.25 57.59 33.59 -
YUV 190.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 166 213 140 0.22 0 0.34 0.16 98.63 0.46 0.69
Hex A6 D5 8C 16 0 22 10 63 2E 45
Octal 246 325 214 26 0 42 20 143 56 105
Binary 10100110 11010101 10001100 10110 0 100010 10000 1100011 101110 1000101

Color Harmonies of #A6D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D58C

Black with #A6D58C

Text Example


Text Example

White with #A6D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D58C; }

 p { color: rgb(166,213,140); }

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

background-color css

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

 a { background-color: rgb(166,213,140); }

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

border-color css

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

 span { border-color: rgb(166,213,140); }

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