#A6CF8B

Color #A6CF8B Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A6CF8B

Tints of Feijoa #A6CF8B

Color information

#A6CF8B (or 0xA6CF8B) is unknown color: approx Feijoa. HEX triplet: A6, CF and 8B. RGB value is (166,207,139). Sum of RGB (Red+Green+Blue) = 166+207+139=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF8B is #593074. Grayscale: #BBBBBB. Windows color (decimal): -5845109 or 9162662. OLE color: 9162662.

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

Color convert

RGB166207139-
CMYK0.2000.330.19
HSL96.18º41.46%67.84%-
HSV(B)96.18º32.85%81.18%-
XYZ42.754.632.71-
YUV186.99100.92113.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=32.42%
G=40.43%
B=27.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071390.2000.330.1996.1841.4667.84
HexA6CF8B1402113602944
Octal246317213240412314051104
Binary1010011011001111100010111010001000011001111000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF8B; }

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

 H1.HeaderClassName
 {
   color: #A6CF8B;
 }
 .AnyTagClassName
 {
   color: #A6CF8B;
 }
</style>
background-color css

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

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

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

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

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

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