Html Css Color HEX #A6CC8C Feijoa

📋 copy color: '#A6CC8C'

red 166 ◦ green 204 ◦ blue 140

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

Shades of Feijoa #A6CC8C

Tints of Feijoa #A6CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

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

R = 32.55%
G = 40%
B = 27.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#A6CC8C (or 0xA6CC8C) is known color: Feijoa. HEX triplet: A6, CC and 8C. RGB value is (166,204,140). Sum of RGB (Red+Green+Blue) = 166+204+140=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC8C is #593373. Grayscale: #B9B9B9. Windows color (decimal): -5845876 or 9227430. OLE color: 9227430.

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

Color convert

RGB 166 204 140 -
CMYK 0.19 0 0.31 0.2
HSL 95.63º 0.39% 0.67% -
HSV(B) 95.63º 0.31% 0.8% -
XYZ 42.05 53.19 32.86 -
YUV 185.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 166 204 140 0.19 0 0.31 0.2 95.63 0.39 0.67
Hex A6 CC 8C 13 0 1F 14 60 27 43
Octal 246 314 214 23 0 37 24 140 47 103
Binary 10100110 11001100 10001100 10011 0 11111 10100 1100000 100111 1000011

Color Harmonies of #A6CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC8C

Black with #A6CC8C

Text Example


Text Example

White with #A6CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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