Html Css Color HEX #A6CD8C Feijoa

📋 copy color: '#A6CD8C'

red 166 ◦ green 205 ◦ blue 140

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

Shades of Feijoa #A6CD8C

Tints of Feijoa #A6CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

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

R = 32.49%
G = 40.12%
B = 27.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#A6CD8C (or 0xA6CD8C) is known color: Feijoa. HEX triplet: A6, CD and 8C. RGB value is (166,205,140). Sum of RGB (Red+Green+Blue) = 166+205+140=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CD8C is #593273. Grayscale: #BABABA. Windows color (decimal): -5845620 or 9227686. OLE color: 9227686.

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

Color convert

RGB 166 205 140 -
CMYK 0.19 0 0.32 0.20
HSL 96º 0.39% 0.68% -
HSV(B) 96º 0.32% 0.8% -
XYZ 42.29 53.66 32.94 -
YUV 185.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 166 205 140 0.19 0 0.32 0.20 96 0.39 0.68
Hex A6 CD 8C 13 0 20 14 60 27 44
Octal 246 315 214 23 0 40 24 140 47 104
Binary 10100110 11001101 10001100 10011 0 100000 10100 1100000 100111 1000100

Color Harmonies of #A6CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD8C

Black with #A6CD8C

Text Example


Text Example

White with #A6CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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