Html Css Color HEX #A6D08B Feijoa

📋 copy color: '#A6D08B'

red 166 ◦ green 208 ◦ blue 139

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

Shades of Feijoa #A6D08B

Tints of Feijoa #A6D08B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 32.36%
G = 40.55%
B = 27.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A6D08B (or 0xA6D08B) is known color: Feijoa. HEX triplet: A6, D0 and 8B. RGB value is (166,208,139). Sum of RGB (Red+Green+Blue) = 166+208+139=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D08B is #592F74. Grayscale: #BBBBBB. Windows color (decimal): -5844853 or 9162918. OLE color: 9162918.

HSL color Cylindrical-coordinate representation of color #A6D08B: hue angle of 96.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D08B is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 139 -
CMYK 0.20 0 0.33 0.18
HSL 96.52º 0.42% 0.68% -
HSV(B) 96.52º 0.33% 0.82% -
XYZ 42.94 55.08 32.79 -
YUV 187.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 166 208 139 0.20 0 0.33 0.18 96.52 0.42 0.68
Hex A6 D0 8B 14 0 21 12 61 2A 44
Octal 246 320 213 24 0 41 22 141 52 104
Binary 10100110 11010000 10001011 10100 0 100001 10010 1100001 101010 1000100

Color Harmonies of #A6D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D08B

Black with #A6D08B

Text Example


Text Example

White with #A6D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D08B; }

 p { color: rgb(166,208,139); }

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

background-color css

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

 a { background-color: rgb(166,208,139); }

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

border-color css

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

 span { border-color: rgb(166,208,139); }

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