Html Css Color HEX #A6D98A Feijoa

📋 copy color: '#A6D98A'

red 166 ◦ green 217 ◦ blue 138

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

Shades of Feijoa #A6D98A

Tints of Feijoa #A6D98A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 31.86%
G = 41.65%
B = 26.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#A6D98A (or 0xA6D98A) is known color: Feijoa. HEX triplet: A6, D9 and 8A. RGB value is (166,217,138). Sum of RGB (Red+Green+Blue) = 166+217+138=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D98A is #592675. Grayscale: #C1C1C1. Windows color (decimal): -5842550 or 9099686. OLE color: 9099686.

HSL color Cylindrical-coordinate representation of color #A6D98A: hue angle of 98.73º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6D98A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 138 -
CMYK 0.24 0 0.36 0.15
HSL 98.73º 0.51% 0.7% -
HSV(B) 98.73º 0.36% 0.85% -
XYZ 45.13 59.57 33.16 -
YUV 192.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 166 217 138 0.24 0 0.36 0.15 98.73 0.51 0.7
Hex A6 D9 8A 18 0 24 F 63 33 46
Octal 246 331 212 30 0 44 17 143 63 106
Binary 10100110 11011001 10001010 11000 0 100100 1111 1100011 110011 1000110

Color Harmonies of #A6D98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D98A

Black with #A6D98A

Text Example


Text Example

White with #A6D98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D98A; }

 p { color: rgb(166,217,138); }

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

background-color css

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

 a { background-color: rgb(166,217,138); }

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

border-color css

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

 span { border-color: rgb(166,217,138); }

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