Html Css Color HEX #A6D08D Feijoa

📋 copy color: '#A6D08D'

red 166 ◦ green 208 ◦ blue 141

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

Shades of Feijoa #A6D08D

Tints of Feijoa #A6D08D

RGB

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

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

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

R = 32.23%
G = 40.39%
B = 27.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#A6D08D (or 0xA6D08D) is known color: Feijoa. HEX triplet: A6, D0 and 8D. RGB value is (166,208,141). Sum of RGB (Red+Green+Blue) = 166+208+141=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D08D is #592F72. Grayscale: #BCBCBC. Windows color (decimal): -5844851 or 9293990. OLE color: 9293990.

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

Color convert

RGB 166 208 141 -
CMYK 0.20 0 0.32 0.18
HSL 97.61º 0.42% 0.68% -
HSV(B) 97.61º 0.32% 0.82% -
XYZ 43.09 55.14 33.57 -
YUV 187.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 166 208 141 0.20 0 0.32 0.18 97.61 0.42 0.68
Hex A6 D0 8D 14 0 20 12 62 2A 44
Octal 246 320 215 24 0 40 22 142 52 104
Binary 10100110 11010000 10001101 10100 0 100000 10010 1100010 101010 1000100

Color Harmonies of #A6D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D08D

Black with #A6D08D

Text Example


Text Example

White with #A6D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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